Kofituo / rifgen
☆38Updated last year
Alternatives and similar repositories for rifgen:
Users that are interested in rifgen are comparing it to the libraries listed below
- Rust Bindings to Android log Library☆16Updated last month
- Procedural macros for automatically generating conversion code between Rust and Java☆55Updated 2 weeks ago
- Generate Rust JVM FFI wrappers around APIs defined by .jar or .class files, because maintaining your own hand-written bindings is an exer…☆79Updated 2 years ago
- Minimal TOML library with few dependencies☆83Updated last month
- A concise, self-describing binary format written in Rust for Serde☆65Updated 8 months ago
- Threadsafe RefCell for Rust☆90Updated last month
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆137Updated 5 months ago
- Macro for sealing traits and structures☆53Updated 4 months ago
- ☆55Updated 11 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- ☆15Updated last year
- A snapshot of name squatting on crates.io☆75Updated last year
- A Rust crate for formatting strings dynamically☆32Updated last year
- Keep version numbers in sync with Cargo.toml☆73Updated 10 months ago
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- Simple and fast implementation of language tag normalization and validation☆22Updated 4 months ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 7 months ago
- Overloadable functions in rust.☆43Updated 5 years ago
- A Rust Cargo sub-command and libraries to extract and build localization resources to embed in your application/library☆130Updated last week
- Types to define keyboard related events.☆57Updated 3 weeks ago
- Integration between rustls and tokio-postgres☆34Updated 6 months ago
- Mirror of Rust's allocator api for use on stable rust☆56Updated last month
- Const TypeId and non-'static TypeId☆66Updated last month
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆71Updated this week
- Cargo subcommand for downloading crates directly from crates.io☆29Updated 3 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆109Updated 2 years ago
- Basic parser for PEM formatted keys and certificates☆59Updated 4 months ago
- Download .crate files of all versions of all crates from crates.io☆45Updated last month
- Declarative parsing for Rust, using a custom derive and nom☆66Updated this week
- A lockless mpmc/mpsc to support async base on crossbeam