[features]
alloc = []
default = ["std"]
std = ["alloc"]
[lib]
name = "exemplars"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging", "development-tools::testing", "no-std::no-alloc", "rust-patterns"]
description = "Trait for providing examples of a type"
edition = "2021"
homepage = "https://github.com/Kinrany/exemplars"
keywords = ["example", "no_std"]
license = "MIT OR Apache-2.0"
name = "exemplars"
readme = "README.md"
repository = "https://github.com/Kinrany/exemplars.git"
version = "0.0.0"