desse 0.2.1

Ultra fast binary serialization and deserialization for types with size known at compile time.
Documentation
[badges.travis-ci]
repository = "devashishdxt/desse"

[[bench]]
harness = false
name = "struct_benchmark"

[dependencies.desse-derive]
optional = true
version = "0.2.1"

[dev-dependencies.bincode]
version = "1.1"

[dev-dependencies.byteorder]
version = "1.3"

[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.rand]
version = "0.6"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde_derive]
version = "1.0"

[features]
default = ["derive"]
derive = ["desse-derive"]

[lib]
name = "desse"
path = "src/lib.rs"

[package]
authors = ["Devashish Dixit <devashishdxt@gmail.com>"]
categories = ["encoding"]
description = "Ultra fast binary serialization and deserialization for types with size known at compile time."
edition = "2018"
homepage = "https://github.com/devashishdxt/desse"
keywords = ["serialization", "encoding", "binary", "no_std"]
license = "MIT"
name = "desse"
readme = "README.md"
repository = "https://github.com/devashishdxt/desse"
version = "0.2.1"