rust-lang / dyn-upcasting-coercion-initiativeLinks
Initiative to support upcasting dyn Trait values to supertraits
☆17Updated 2 years ago
Alternatives and similar repositories for dyn-upcasting-coercion-initiative
Users that are interested in dyn-upcasting-coercion-initiative are comparing it to the libraries listed below
Sorting:
- ☆20Updated 3 years ago
- Repo for coordinating the creation, distribution, collection, and analysis of surveys for the Rust project.☆32Updated last week
- Testing the Rust standard library with Miri, continuously☆13Updated last week
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 3 months ago
- [DEPRECATED] Async TLS/SSL streams using rustls☆37Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 3 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 11 months ago
- Link libstdc++ or libc++ automatically or manually☆45Updated 3 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- Install a rustc master toolchain usable from rustup☆75Updated 2 years ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆38Updated 9 months ago
- Rust library providing basic aliasable (non `core::Unique`) types☆12Updated 3 years ago
- Token De/Serializer for testing De/Serialize implementations☆15Updated 6 months ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- ☆50Updated 4 months ago
- A Rust crate for formatting strings dynamically☆32Updated last year
- Fallible is an Option with inverted Try-semantics.