[package]
edition = "2021"
name = "afastdata-core"
version = "0.0.2"
authors = ["ahriknow <ahriknow@ahriknow.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and built-in type implementations for afastdata serialization"
homepage = "https://github.com/ahriknow/afastdata"
documentation = "https://docs.rs/afastdata-core"
readme = "README.md"
keywords = [
"serialization",
"binary",
"no-std",
]
categories = [
"encoding",
"no-std",
]
license = "MIT"
repository = "https://github.com/ahriknow/afastdata"
[features]
default = []
len-u64 = []
[lib]
name = "afastdata_core"
path = "src/lib.rs"
[[test]]
name = "derive_tests"
path = "tests/derive_tests.rs"
[dev-dependencies.afastdata-macro]
version = "0.0.2"