firecracker-microvm / versionizeLinks
Versionize is a framework for version tolerant serializion/deserialization of Rust data structures, designed for usecases that need fast deserialization times and minimal size overhead.
☆59Updated last year
Alternatives and similar repositories for versionize
Users that are interested in versionize are comparing it to the libraries listed below
Sorting:
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆97Updated 5 months ago
- Extensions to the Rust standard library☆47Updated 9 months ago
- The simd optimized escape code☆54Updated last week
- Duplicate an async I/O handle☆41Updated 7 months ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated 2 years ago
- Serde serializer for generating Starlark build targets☆67Updated this week
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated last month
- DWARF packaging utility, written in Rust, supporting GNU extension and DWARF 5 package formats.☆52Updated 2 months ago
- Automatic testing of FFI bindings for Rust☆23Updated 4 months ago
- ☆36Updated last year
- A pure-Rust library to work with Linux capabilities☆89Updated last month
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- ☆111Updated last year
- Thread parking and unparking☆78Updated 7 months ago
- A low-level I/O ownership and borrowing library☆104Updated last month
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆44Updated last month
- Rust closures you can transfer over an FFI boundary☆27Updated 4 years ago
- Reliable parallel remove_dir_all implementation for Windows and other platforms.☆58Updated last week
- A rust library for reusing heap allocations☆24Updated 5 years ago
- Rust bindings for the Linux userfaultfd functionality☆43Updated last week
- dlmalloc ported into Rust☆110Updated 2 weeks ago
- ☆75Updated 2 weeks ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Unsafe marker trait for types that deref to a stable address☆32Updated last month
- ☆47Updated 4 years ago
- A cross-platform library for fast and safe memory-mapped IO in Rust☆71Updated last year
- Rust crate to use process file descriptors (pidfd) for Linux