zc 0.3.0

Self-referential zero-copy structure
Documentation
[dependencies.aliasable]
optional = true
version = "0.1.3"

[dependencies.zc-derive]
optional = true
version = "0.3"
[dev-dependencies.dangerous]
version = "0.6"

[dev-dependencies.once_cell]
version = "1.5"

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

[features]
alloc = ["aliasable"]
default = ["std", "derive"]
derive = ["zc-derive"]
std = ["alloc"]

[package]
authors = ["avitex <avitex@wfxlabs.com>"]
categories = ["no-std", "memory-management", "data-structures"]
description = "Self-referential zero-copy structure"
documentation = "https://docs.rs/zc"
edition = "2018"
homepage = "https://github.com/avitex/rust-zc"
include = ["src/**/*", "tests/**/*", "examples/**/*", "README.md", "LICENSE", "Cargo.toml"]
keywords = ["parsing", "zero-copy"]
license = "MIT"
name = "zc"
readme = "README.md"
repository = "https://github.com/avitex/rust-zc"
version = "0.3.0"