zc 0.1.1

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

[dependencies.zc-derive]
version = "0.1"
[dev-dependencies.dangerous]
version = "0.5"

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

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

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

[features]
alloc = ["aliasable"]
default = ["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"]
license = "MIT"
name = "zc"
readme = "README.md"
repository = "https://github.com/avitex/rust-zc"
version = "0.1.1"