binary_type_cast 0.1.0

A Rust crate for simplifying the process of parsing binary file data into various Rust data types using the TypeCast macro.
Documentation
[dependencies.nom]
version = "7.1.1"

[dependencies.proc-macro2]
version = "1.0.47"

[dependencies.quote]
version = "1.0.26"

[dependencies.serde]
features = ["derive"]
version = "1.0.147"

[dependencies.serde-xml-rs]
version = "0.6.0"

[dependencies.syn]
features = ["extra-traits", "derive"]
version = "1.0.102"

[lib]
proc-macro = true

[package]
categories = ["parsing", "data-structures", "encoding"]
description = "A Rust crate for simplifying the process of parsing binary file data into various Rust data types using the TypeCast macro."
edition = "2021"
keywords = ["cast", "type", "binary", "endian", "bytes"]
license = "MIT OR Apache-2.0"
name = "binary_type_cast"
readme = "README.md"
version = "0.1.0"