Crates.io | io_partition |
lib.rs | io_partition |
version | 1.1.1 |
source | src |
created_at | 2020-03-09 10:44:22.661902 |
updated_at | 2021-02-11 16:08:53.743566 |
description | A library allowing to use just a part of a Read + Seek object |
homepage | |
repository | https://github.com/marius851000/io_partition |
max_upload_size | |
id | 216838 |
size | 20,334 |
This rust crate allow to take a part of an object that implement Read + Seek (typically a file), by specifing it's offset and lenght. It can also build similar item with an Arc<Mutex
This mutex can however be locked for single-threader access, allowing near-native performance.