[features]
alloc = []
blanket-impl = ["nightly"]
default = ["std"]
doc-cfg = []
nightly = []
std = ["alloc"]
[lib]
name = "try_clone"
path = "src/lib.rs"
[package]
authors = ["OpenByte <development.openbyte@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Fallible cloning."
documentation = "https://docs.rs/try-clone"
edition = "2024"
keywords = ["clone", "try-clone", "fallible", "error-handling", "std"]
license = "MIT"
name = "try-clone"
readme = "README.md"
repository = "https://github.com/OpenByteDev/try-clone"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]