dh

Crates.iodh
lib.rsdh
version0.9.0
created_at2024-09-28 19:54:39.141924+00
updated_at2025-08-18 14:53:43.586558+00
descriptionData handling in Rust, made easy.
homepage
repositoryhttps://github.com/Le0X8/dh
max_upload_size
id1390326
size67,300
maintainers (github:nyvo-labs:maintainers)

documentation

https://docs.rs/dh

README

Crates.io Version GitHub Issues or Pull Requests GitHub Actions Workflow Status

dh

Binary data handling in Rust, made easy.

Features

  • Read and write files in streams
  • Read and write u8 vectors
  • std::io::Read and std::io::Write implementations for ReadVal and WriteVal (happens automatically as they extend these traits)
  • Copying data from ReadVal to Write (chunked and all at once if you want)
  • Floating point number support

Planned features

  • Reading and writing of data that does not fill a whole byte

Installation

cargo add dh

Documentation

The documentation can be found on docs.rs.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Commit count: 64

cargo fmt