Revision control
Copy as Markdown
Other Tools
# This file is part of ICU4X. For terms of use, please see the file
# called LICENSE at the top level of the ICU4X source tree
[package]
name = "zerofrom"
description = "ZeroFrom trait for constructing"
version = "0.1.4"
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
categories = ["data-structures", "caching", "no-std"]
keywords = ["zerocopy", "serialization", "lifetime", "borrow"]
edition.workspace = true
include.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
[package.metadata.workspaces]
independent = true
[package.metadata.docs.rs]
all-features = true
[features]
alloc = []
derive = ["dep:zerofrom-derive"]
default = ["alloc"]
[dependencies]
zerofrom-derive = { workspace = true, optional = true}