Nashenas88 / coiLinks
Dependency Injection in Rust
☆38Updated last year
Alternatives and similar repositories for coi
Users that are interested in coi are comparing it to the libraries listed below
Sorting:
- ☆42Updated 7 months ago
- ☆107Updated last year
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated 2 weeks ago
- Typed any map for rust☆67Updated 5 months ago
- Migrated to Codeberg☆79Updated last year
- A small and fast frontend framework in Rust☆67Updated last month
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- Threadsafe RefCell for Rust☆90Updated 2 months ago
- Utilities for dealing with substructures within syn macros☆139Updated last month
- Run closures in parallel☆113Updated 4 months ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- Automatic cfg for Rust compiler features☆95Updated 2 weeks ago
- Zero-cost bitsets over native Rust types☆78Updated 2 months ago
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Rust library for safely and explicitly parsing untrusted data☆51Updated last year
- Typed index version of Rust slice and Vec containers☆69Updated last month
- ☆22Updated 3 years ago
- Data parallelism library for async-std.☆93Updated last year
- Embed images in Rust documentation☆26Updated 4 years ago
- A lightweight attribute macro for easily writing extension trait pattern.☆72Updated 2 months ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆100Updated 2 weeks ago
- ☆112Updated 2 years ago
- A serde serializer that serializes a subset of types into plain strings☆59Updated last year
- A global executor built on top of async-executor and smol