maybe-borrow 0.1.2

Macros for conditionally returning borrowed data.
Documentation
[dependencies.should-it-compile]
version = "0.1.0"

[dev-dependencies.futures]
version = "0.3.31"

[dev-dependencies.pin-project-lite]
version = "0.2.16"

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

[package]
authors = ["Spencer Young"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Macros for conditionally returning borrowed data."
edition = "2021"
keywords = ["polonius", "macro"]
license = "MIT"
name = "maybe-borrow"
readme = "README.md"
version = "0.1.2"

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

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

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