quininer / cbor4iiLinks
CBOR: Concise Binary Object Representation
☆76Updated last week
Alternatives and similar repositories for cbor4ii
Users that are interested in cbor4ii are comparing it to the libraries listed below
Sorting:
- Minimal asynchronous executor for Rust☆130Updated this week
- Better reference counted strings for Rust☆136Updated last year
- Compile-time string operations☆104Updated last week
- cargo-add command to make dependencies into dylibs☆101Updated 3 years ago
- A concise, self-describing binary format written in Rust for Serde☆66Updated last year
- Make trait methods callable without the trait in scope☆157Updated last week
- Fast JSON deserialization on borrowed data☆112Updated 3 months ago
- ☆43Updated 4 months ago
- `tracing` crate compatible `Subscriber` for reporting spans through browser `window.performance`☆77Updated last year
- Utilities for working with impl traits in Rust.☆116Updated 8 months ago
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Threadsafe RefCell for Rust☆95Updated 6 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 4 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆86Updated 5 months ago
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆165Updated last year
- An asynchronous runtime compatible with WebAssembly and non-WebAssembly targets.☆72Updated 9 months ago
- Async broadcast channels☆186Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆257Updated 2 weeks ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 10 months ago
- Compatibility adapter between tokio and futures☆183Updated last month
- Define your own PhantomData