rustgym solutions
A fun Rust crate called `giftbox` to help Rustlings learn and explore generics.
Pure Rust implementation of NaCl's crypto_box public-key authenticated encryption primitive which combines the X25519 Elliptic Curve Diffie-Hellman function and the XSalsa20Poly1305 authenticated encryption cipher
store unsize struct on stack with static check
TUI library to build modern apps inspired by React, Elm, with Flexbox, CSS, editor component, emoji support, and more
A highly parallel Perl 5 interpreter written in Rust
Rust bindings for the Listen Notes Podcast API
Useful abstractions for managing VK tokens
Custom Markdown Engine for my personal blog.
NonBlockingMutex is currently the fastest way to do expensive calculations under lock, or do cheap calculations under lock when concurrency/load/contention is very high
Allows for `Box`s to have their values moved out and replaced with new values, while reusing the same allocation.
SlotCell - an interior mutability container. It acts as a "Runtime-Checked Move Cell", providing owned access to data rather than references.