polonius-the-crab 0.4.2

Tools to feature more lenient Polonius-based borrow-checker patterns in stable Rust.
Documentation
[dependencies._never-say-never]
package = "never-say-never"
version = "6.6.666"

[dependencies.higher-kinded-types]
version = "0.1.1"

[dev-dependencies]

[features]
better-docs = []
polonius = []
ui-tests = ["better-docs"]

[lib]
name = "polonius_the_crab"
path = "src/lib.rs"

[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Tools to feature more lenient Polonius-based borrow-checker patterns in stable Rust."
documentation = "https://docs.rs/polonius-the-crab"
edition = "2021"
keywords = ["polonius", "crab", "nll", "borrowck", "loans"]
license = "Zlib OR MIT OR Apache-2.0"
name = "polonius-the-crab"
readme = "README.md"
repository = "https://github.com/danielhenrymantilla/polonius-the-crab.rs"
rust-version = "1.67.0"
version = "0.4.2"

[package.metadata.docs.rs]
features = ["better-docs"]
rustdoc-args = ["--html-before-content", "fix-docsrs-li-details-summary.html"]

[[test]]
name = "lending_iterator"
path = "tests/lending_iterator.rs"

[[test]]
name = "soundness"
path = "tests/soundness.rs"

[[test]]
name = "try"
path = "tests/try.rs"