[package] name = "len-trait" version = "0.6.1" authors = ["Clar Charr "] description = "Len trait for collectons." documentation = "https://docs.charr.xyz/len-trait/len_trait" repository = "https://github.com/clarcharr/len-trait" readme = "README.md" categories = ["data-structures", "no-std", "rust-patterns"] license = "CC0-1.0" exclude = [".gitignore"] [dependencies] cfg-if = "0.1.2" [features] default = ["std"] std = ["alloc"] alloc = [] nightly = [] [[package.metadata.test-all.cases]] versions = ["1.19.0", "stable", "beta"] try-features = [["std"]] [[package.metadata.test-all.cases]] versions = ["nightly"] try-features = [ ["nightly", "std"], ["nightly", "alloc"], ["nightly"], ["std"], ["alloc"], [], ]