bytecraft 0.2.4

A flexible and efficient library for reading and writing binary data in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "bytecraft"

version = "0.2.4"

authors = ["Igor Glushatov <igor.743646@gmail.com>"]

edition = "2021"

rust-version = "1.80.0"

description = "A flexible and efficient library for reading and writing binary data in Rust."

documentation = "https://docs.rs/bytecraft"

repository = "https://github.com/Igor743646/bytecraft"

keywords = ["bytecraft", "byte", "reader", "writer", "serialization"]

categories = ["encoding"]

readme = "README.md"

license = "MIT OR Apache-2.0"

exclude = ["tests/*"]



[lib]

name = "bytecraft"