borrow-framework 0.2.0

More flexible borrowing
Documentation
[features]
default = ["std"]
std = []

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

[package]
authors = ["Carol Schulze <carol@ereski.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "memory-management", "no-std", "no-std::no-alloc", "rust-patterns"]
description = "More flexible borrowing"
edition = "2021"
keywords = ["borrow", "hkt"]
license = "MIT"
name = "borrow-framework"
readme = false
repository = "https://github.com/Ereski/borrow-framework"
version = "0.2.0"