[dependencies]
[lib]
name = "unwrap_todo"
path = "src/lib.rs"
[package]
authors = ["zk <zkldi.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Provides Option::todo and Result::todo methods"
documentation = "https://docs.rs/unwrap_todo"
edition = "2021"
license = "MIT"
name = "unwrap_todo"
readme = "README.md"
repository = "https://github.com/zkrising/unwrap_todo"
version = "0.1.2"
[[test]]
name = "tests"
path = "tests/tests.rs"