simple_parse_derive 0.1.1

A macro derive crate that allows conversion between arbitrary bytes into Rust types and vice-versa
Documentation
[dependencies.darling]
version = "0.*"

[dependencies.proc-macro2]
version = "1.*"

[dependencies.quote]
version = "1.*"

[dependencies.syn]
version = "1.*"

[lib]
proc-macro = true

[package]
authors = ["ElasT0ny <elast0ny00@gmail.com>"]
description = "A macro derive crate that allows conversion between arbitrary bytes into Rust types and vice-versa"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "simple_parse_derive"
version = "0.1.1"