[dependencies.into_inner]
version = "0.1"
[dev-dependencies.thiserror]
version = "2.0"
[features]
default = ["std"]
std = []
[lib]
name = "try_create"
path = "src/lib.rs"
[package]
authors = ["Massimiliano Martinelli <martinelli@imati.cnr.it>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rust-patterns", "no-std"]
description = "A small library providing generic traits for fallible and infallible object creation."
documentation = "https://docs.rs/try_create"
edition = "2021"
keywords = ["constructor", "builder", "factory", "try_new", "new"]
license = "MIT OR Apache-2.0"
name = "try_create"
readme = "README.md"
repository = "https://gitlab.com/max.martinelli/try_create"
version = "0.1.0"