[dependencies]
[lib]
name = "functora"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Missing pieces of the Rust standard library."
documentation = "https://docs.rs/functora"
edition = "2024"
keywords = ["rust-patterns", "prelude"]
license = "MIT"
name = "functora"
readme = "README.md"
repository = "https://github.com/functora/functora.github.io/tree/master/rust/functora"
version = "0.1.0"