network-collections

Crates.ionetwork-collections
lib.rsnetwork-collections
version0.1.9
sourcesrc
created_at2018-07-30 09:00:47.269774
updated_at2018-11-27 12:33:36.382282
descriptionCollections suitable for use with networking, particularly when a fixed memory usage is required to prevent out-of-memory crashes. Includes two kinds of least recently used caches, a bounded hash map, a magic ring buffer (virtual ring buffer) and an arena allocator.
homepagehttps://github.com/lemonrock/network
repositoryhttps://github.com/lemonrock/network.git
max_upload_size
id76579
size139,712
Raphael Cohn (raphaelcohn)

documentation

README

network

network is a set of Rust crates to make it easier to work with networking.

Licensing

The license for this project is AGPL3.

Commit count: 106

cargo fmt