| Crates.io | objio |
| lib.rs | objio |
| version | 0.1.2 |
| created_at | 2024-09-11 17:29:57.093823+00 |
| updated_at | 2024-09-12 03:22:59.09024+00 |
| description | This crate provides simple traits for reading and writing objects. |
| homepage | |
| repository | https://github.com/johnstonskj/rust-objio.git |
| max_upload_size | |
| id | 1372111 |
| size | 16,804 |
This crate provides simple traits for reading and writing objects.
The traits ObjectReader and ObjectWriter are not intended as a generalized
serialization framework like serde, they are provided to simply read/write
specific object types in specific formats.
TBD.
Error type.From<<std::io::Error>>.