(Self-nomination) Public-key / Shared-key encryption library for serde::{Serialize, Deserialize}
types.
pipeline, a macro crate for function composition and partial function application making deeply nested function calls a lot nicer.
Edit: I take it back, I found a few serious limitations that need to be resolved before advertising it to a broader audience.
Maybe the fastest Rust HashMap...
Hypergraph - a data structure library to create a directed hypergraph in which a hyperedge can join any number of vertices.
This crate provides a convenient macro that allows you to generate type wrappers that promise to always uphold arbitrary invariants that you specified.
I think this is an amazing example of a strongly typed JSON API, which is no small feat considering how flexible JSON is when sent from javascript or python. Ruma accomplishes this with some pretty cool macros, that are also worth checking out, and lots of custom serde impls.
rust_ipify is a small client library for ipify service.
Is a Client of API-bindings to retrive information about IP address and the global IP address of the machine.
You can find the Crate here
Self-nominating my own crate / side project :
- Project homepage: https://www.endbasic.dev/
- GitHub repository: https://github.com/endbasic/endbasic/
This is a BASIC interpreter and DOS-like environment fully written in Rust. The goal of the project is to provide a learning environment for coding, but also to offer a "fun" retro-looking computing experience.
The cool thing about this crate, which was not intended at first but that Rust made possible "for free", was targeting the web via WASM. Oh, and it now also has a cloud service running on Azure Functions, also written fully in Rust, but I haven't published the code to that...
Self-nominating https://github.com/Plato-solutions/siderunner
A library for running selenium .side files.
trailofbits/dylint: A tool for running Rust lints from dynamic libraries.
I'm looking into this for writing application-specific lints for a large codebase.
I'd like to nominate Loadstone, a bare-metal bootloader for embedded systems, specifically systems running on Cortex-M microcontrollers.
Self-nomination: sycamore
, a Rust library for making web applications using WebAssembly. Features include components, no VDOM, fine-grained reactivity, Server Side Rendering (SSR), Router, among others...
Sycamore is actually pretty fast (it's faster than Svelte) based on js-framework-benchmark
.
Another self-nomination: synth is an open source declarative command line test data generator written in Rust.
I'll nominate Ockam.
https://crates.io/crates/ockam
I've personally tried to build some fundamental constructs like transport agnostic e2e encryption and actor libraries, but never invested enough in them. Ockam is basically doing what I had attempted and failed at, but way way way better.
I saw their blog post the other day and I think it's quite cool. e2e encryption + actors is a super cool primitive for secure and resilient services. It reminds me a bit of the hashicorp stack, but as a library.
IMO definitely worth checking out - I think frameworks like this are extremely high potential.
And a shameless self-nomination: