bearcove / rubiconLinks
rubicon enables a form of dynamic linking in Rust through cdylib crates and carefully-enforced invariants.
☆166Updated last month
Alternatives and similar repositories for rubicon
Users that are interested in rubicon are comparing it to the libraries listed below
Sorting:
- Data (de)serialization via declarative macros☆177Updated last month
- Maps where keys are borrowed from values.☆272Updated this week
- An alternate Cargo registry using static files☆123Updated 4 months ago
- Rust String Libraries by mcyoung☆191Updated 6 months ago
- A Rust macro to make enums with a subset of values of the parent☆106Updated 2 months ago
- Save/restore timestamps when building Rust code in CI (to allow fresh checkouts but taking advantage of incremental builds)☆37Updated 4 months ago
- A compile-time pattern matching library that reverses the interpolation process of `format!`.☆161Updated this week
- Program startup and thread support written in Rust☆189Updated 2 months ago
- Rust KDL parser and derive implementation☆93Updated last year
- ☆183Updated 2 weeks ago
- Rust microbenchmarking harness based on paired-testing methodology☆129Updated 2 months ago
- Track and query Cargo dependency graphs.☆230Updated this week
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆159Updated last year
- ergonomic and precise error handling built atop type-level set arithmetic☆246Updated 3 months ago
- Pull in every source file in a directory as a module☆178Updated 4 months ago
- Extract documentation for the feature flags from comments in Cargo.toml☆183Updated 4 months ago
- Cargo subcommand for viewing LLVM optimization remarks.☆178Updated last year
- Use bitsized types as if they were a feature of rust.☆185Updated 3 months ago
- What do we want? Fast builds. When do we want it? I'm sorry, I got distracted.☆126Updated last month
- Compile-time regular expressions, the right way.☆79Updated 5 months ago
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated last year
- A pure-rust protobuf compiler, designed for use with prost-build☆89Updated last month
- Type that deserializes only from one specific value☆244Updated 2 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆182Updated 9 months ago
- Ergonomic and precise error handling provided by error sets. Inspired by Zig's error set type.☆168Updated last month
- ZIP format implementation in Rust, sans-io☆368Updated last week
- Make your code extra-safe by voluntarily dropping privileges☆253Updated last year
- An easy to configure wrapper for Rust's clippy☆111Updated 2 years ago
- Tracing layer that automatically creates and manages progress bars for active spans.☆249Updated this week
- Const equivalents of std functions, compile-time comparison, and parsing.☆102Updated 7 months ago