[go: up one dir, main page]

zerofrom 0.1.3

ZeroFrom trait for constructing
Documentation
[dependencies.zerofrom-derive]
default-features = false
optional = true
version = "0.1.1"

[features]
alloc = []
default = ["alloc"]
derive = ["dep:zerofrom-derive"]

[package]
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
categories = ["data-structures", "caching", "no-std"]
description = "ZeroFrom trait for constructing"
edition = "2021"
include = ["data/**/*", "src/**/*", "examples/**/*", "benches/**/*", "tests/**/*", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["zerocopy", "serialization", "lifetime", "borrow"]
license-file = "LICENSE"
name = "zerofrom"
readme = "README.md"
repository = "https://github.com/unicode-org/icu4x"
rust-version = "1.66"
version = "0.1.3"
[package.metadata.docs.rs]
all-features = true

[package.metadata.workspaces]
independent = true