flex 0.1.0

Flexible borrowing and ownership for Rust
Documentation
[features]
alloc = []

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

[package]
authors = ["Nathaniel McCallum <nathaniel@mccallum.life>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "rust-patterns", "data-structures"]
description = "Flexible borrowing and ownership for Rust"
documentation = "https://docs.rs/flex"
edition = "2018"
homepage = "https://github.com/npmccallum/flex"
keywords = ["flex", "cow", "borrow", "ownership", "no_std"]
license = "MIT"
name = "flex"
readme = "README.md"
repository = "https://github.com/npmccallum/flex"
rust-version = "1.56"
version = "0.1.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

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

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

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

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

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