objio

Crates.ioobjio
lib.rsobjio
version0.1.2
sourcesrc
created_at2024-09-11 17:29:57.093823
updated_at2024-09-12 03:22:59.09024
descriptionThis crate provides simple traits for reading and writing objects.
homepage
repositoryhttps://github.com/johnstonskj/rust-objio.git
max_upload_size
id1372111
size16,804
Simon Johnston (johnstonskj)

documentation

https://docs.rs/objio/

README

Rust crate objio

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.

Example

TBD.

Changes

Version 0.1.2

  • Documentation: added documentation to all traits and a detailed example at the module level.

Version 0.1.1

  • Refactor: updated error type processing.
    • Removed custom Error type.
    • Changed trait Error types to have a constraint requiring From<<std::io::Error>>.

Version 0.1.0

  • Initial release.
Commit count: 0

cargo fmt