What's everyone working on this week (33/2021)?

New week, new Rust! What are you folks up to?

1 Like

Setting up a *nix development environment on my FreeBSD box so that I can use the ncurses-rs crate. Looking to build something on top of that.

Just finished my first program in Rust: convert shapefile to SVG.

2 Likes

What crates do you use for working with spatial data?

I'm working on adding more const equivalents of slice and str functions to konst.

For the next release I've added:

  • Most of the indexing and get_* methods to slice and string.
  • Equivalents of these str functions: from_utf8, strip_prefix, strip_suffix, and split_at.

I'll add more functions for that release, if it makes sense

I am learning Rust. I do not use any 3rd-party crates so far.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.