Crates.io | network-collections |
lib.rs | network-collections |
version | 0.1.9 |
source | src |
created_at | 2018-07-30 09:00:47.269774 |
updated_at | 2018-11-27 12:33:36.382282 |
description | Collections 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. |
homepage | https://github.com/lemonrock/network |
repository | https://github.com/lemonrock/network.git |
max_upload_size | |
id | 76579 |
size | 139,712 |
network is a set of Rust crates to make it easier to work with networking.
The license for this project is AGPL3.