Loves web engineering. Dedicated to security and efficiency. Believes in open source software and freedom of speech.
get-size. Determine the size in bytes an object occupies inside RAM.
22generic_pool. A pool for recycling allocated objects for later reuse. Uses generic get/put methods so you can store (almost) any type in a single pool instance.
2Horst. A fast key-value store with ACID guarantees written in pure Rust. Heavily inspired by Badger. (work in progress)
2generic-cache. A cache which is generic over both the keys as well as the values used. It allows the storing of different types of values and keys inside a single instance.
1fut-compat. Offers compatibility between the tokio and async_std runtimes by providing their most important functionalities through an unified interface.
1qhttp. The Quantum HTTP server framework is dedicated to provide a fully functionional HTTP server which enables you to configure all parts of it.
1