A Vec-type collection that sits in a file vs in memory
vecs file reader (fvecs, ivecs, bvecs)
A Rustic Git - clean type-safe API over git cli
Uses memory mapping to store a vec like structure in the file system rather than on the heap. Although diskalloc already exists, I needed the option to make data persistent so an opaque allocator structure was inadequate for me. This reimplements most of Vec's features, with a couple extra stuff for relating to the backing file
A simple to use IFileOperation command tool
Procedural macros for ε-serde
ε-serde is an ε-copy (i.e., almost zero-copy) serialization/deserialization framework
Create bootable ISO images with FAT32 and UEFI (El Torito) support in Rust.
Simple timers that log the elapsed time when dropped
An implementation of the HTTP Signatures RFC
A utility library providing common functionality for file system operations and asynchronous file processing
ZippyLib is a versatile Rust library designed for integrating file compression and decompression functionalities into Rust projects.