tbytes 0.1.0-alpha1

A tiny library for reading and writing typed data into buffers
Documentation
[[example]]
name = "basic"

[build-dependencies]

[dependencies]
[dev-dependencies.env_logger]
version = "0.10.1"

[dev-dependencies.log]
version = "0.4.20"

[features]
alloc = []
std = ["alloc"]

[lib]
name = "tbytes"
path = "src/lib.rs"

[package]
authors = ["Mykhailo Ziatin <ziatin@mathwithoutend.org>"]
categories = ["data-structures", "no-std", "no-std::no-alloc"]
description = "A tiny library for reading and writing typed data into buffers"
edition = "2021"
homepage = "https://gitlab.com/mavka/libs/t-bytes"
keywords = ["bytes", "types", "buffer"]
license = "MIT OR Apache-2.0"
name = "tbytes"
readme = "README.md"
repository = "https://gitlab.com/mavka/libs/t-bytes"
resolver = "2"
version = "0.1.0-alpha1"
[package.metadata.docs.rs]
features = ["std"]