[package] authors = ["Vincent Esche "] description = "Traits for constructing/destructuring from/into a type's internal guts" documentation = "https://docs.rs/guts" edition = "2018" keywords = ["no-std", "no_std", "destructuring"] license = "MPL-2.0" name = "guts" readme = "README.md" repository = "https://github.com/regexident/guts" version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["std"] never_type = [] std = []