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

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

1 Like

Writing docs about some efforts on simulating structural/ad-hoc types in libraries( structx, lens-rs, rovv, tuplex, enumx )

1 Like

Your first link contains a slightly amusing typo.

I'm currently working on a text editor widget for the tui ecosystem. Initially it'll support cursor navigation, ans text insertion and deletion at arbitrary cells.
I'm hoping to publish the first release somewhere this week.

1 Like

I am working on adding an implementation of memmem to the memchr crate. A slight scope increase, but I think it fits well. The implementation is driven by Two-Way, but uses a fast vectorized prefilter with frequency distribution heuristics. The intent is to replace both of regex's own hand-rolled substring search implementations with this.

4 Likes

Oh my fat finger and qwerty keyboard are responsible for this typo.

Thanks.

1 Like

Still working on writing a high-level guide for Stepper. Not much progress since last week, due to general busyness.

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.