nardol 0.0.2

Simple framework that provides structure to data sent and received from network.
Documentation
[package]

name = "nardol"

version = "0.0.2"

edition = "2018"

license = "MIT"

readme = "README.md"

homepage = "https://github.com/WellHereIAm/nardol"

repository = "https://github.com/WellHereIAm/nardol"

description = "Simple framework that provides structure to data sent and received from network."



[dependencies]

chrono = "0.4.19"



serde = { version = "1.0", features = ["derive"] }

ron = "0.6.5"



itertools = "0.10.0"



backtrace = "0.3.61"

indoc = "1.0.3"