raad 0.1.2

raad library for reading and writing bytes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "raad"
version = "0.1.2"
authors = ["bend-n <bend.n@outlook.com>"]
license = "MIT"
edition = "2021"
description = "raad library for reading and writing bytes"
repository = "https://github.com/bend-n/raad"
exclude = ["tdata", "benches/", ".gitignore"]
categories = ["encoding", "parsing"]
rust-version = "1.78"
keywords = ["data", "read", "write", "io"]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]