[package] name = "into-result" version = "0.3.1" authors = ["Francesca Plebani "] edition = "2018" description = "A simple convenience trait for converting something into a `Result` or `Option`" documentation = "https://docs.rs/into-result" repository = "https://github.com/francesca64/into-result" readme = "README.md" keywords = ["error", "option", "result"] categories = ["no-std", "rust-patterns"] license = "Apache-2.0/MIT" [features] command = [] default = ["command", "std"] std = [] [dependencies]