bearcove / rubiconLinks
rubicon enables a form of dynamic linking in Rust through cdylib crates and carefully-enforced invariants.
☆166Updated last week
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 2 months ago
- Maps where keys are borrowed from values.☆275Updated this week
- A Rust macro to make enums with a subset of values of the parent☆121Updated 2 months ago
- A compile-time pattern matching library that reverses the interpolation process of `format!`.☆159Updated this week
- Rust microbenchmarking harness based on paired-testing methodology☆134Updated 3 months ago
- An alternate Cargo registry using static files☆124Updated 5 months ago
- Use bitsized types as if they were a feature of rust.☆186Updated 4 months ago
- Track and query Cargo dependency graphs.☆231Updated last week
- Rust KDL parser and derive implementation☆93Updated last year
- Pull in every source file in a directory as a module☆177Updated 5 months ago
- Extract documentation for the feature flags from comments in Cargo.toml☆183Updated 4 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆183Updated 10 months ago
- Program startup and thread support written in Rust☆190Updated 3 months ago
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated last year
- Type that deserializes only from one specific value☆245Updated 2 weeks ago
- Rust String Libraries by mcyoung☆192Updated 6 months ago
- ☆192Updated last month
- "A very small syn"☆209Updated 6 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆104Updated this week
- Ergonomic and precise error handling provided by error sets. Inspired by Zig's error set type.☆184Updated 2 months ago
- Yet another string type for Rust☆86Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆168Updated last week
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆161Updated last year
- Use declarative macros as proc_macro attributes or derives☆138Updated 2 months ago
- Compile-time regular expressions, the right way.☆80Updated 6 months ago
- ergonomic and precise error handling built atop type-level set arithmetic☆271Updated 4 months ago
- Rust+html (JSX-like) parser for TokenStreams aka rsx☆113Updated last week
- Tracing layer that automatically creates and manages progress bars for active spans.☆252Updated last week
- Save/restore timestamps when building Rust code in CI (to allow fresh checkouts but taking advantage of incremental builds)☆37Updated 5 months ago
- A collection of utilities for a superior nom experience☆163Updated 2 years ago