read-primitives 0.1.0

read-primitives provides traits to read primitive types from any type that implements std::io::Read
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies.paste]
version = "1.0.11"

[package]
description = "read-primitives provides traits to read primitive types from any type that implements std::io::Read"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "read-primitives"
readme = "README.md"
repository = "https://github.com/heberlein/read-primitives"
version = "0.1.0"