Skip to content

Le0X8/dh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Data handling in Rust, made easy.

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages