New week, new Rust! What are you folks up to?
Creating
dot_ix
, a library to create interactive graphviz graphs:
I'm using:
leptos
hpcc-js-wasm
(wasm-ified graphviz)- tailwindcss
- arcane hackery /
str::replace
for nodes to be focusable
3 Likes
I released fallthrough
, a tiny macro for pattern matching with C switch
-style fallthrough. I was surprised to find this seemingly has not been done before!
I implemented a recently described block cipher mode here. It's been a pretty fun exercise and I've really sunk effort into the sort of safety a crypto app should expect.
(this is a coding exercise, not something advertised as production crypto. The name implies that).
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.