afastdata 0.0.3

A high-performance binary serialization/deserialization library with derive macros for Rust types
Documentation
[package]
name = "afastdata"
version.workspace = true
edition.workspace = true
authors = ["ahriknow <ahriknow@ahriknow.com>"]
description = "A high-performance binary serialization/deserialization library with derive macros for Rust types"
license = "MIT"
license-file = "../LICENSE"
readme = "../README.md"
repository = "https://github.com/ahriknow/afastdata"
homepage = "https://github.com/ahriknow/afastdata"
documentation = "https://docs.rs/afastdata"
keywords = ["serialization", "binary", "derive", "macro", "no-std"]
categories = ["encoding", "no-std"]

[dependencies]
afastdata-macro = { workspace = true }

[features]
default = []
len-u64 = []