afastdata 0.0.2

A high-performance binary serialization/deserialization library with derive macros for Rust types
Documentation
[package]
name = "afastdata"
version = "0.0.2"
edition = "2021"
authors = ["ahriknow <ahriknow@ahriknow.com>"]
description = "A high-performance binary serialization/deserialization library with derive macros for Rust types"
license = "MIT"
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-core = { workspace = true }
afastdata-macro = { workspace = true }

[features]
default = []
len-u64 = ["afastdata-core/len-u64"]