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