[badges.maintenance]
status = "experimental"
[features]
alloc = []
default = ["alloc", "std"]
std = ["alloc"]
[package]
authors = ["Nathan Sharp <nwsharp@live.com>"]
categories = ["no-std", "memory-management"]
description = "A marker trait indicating that borrows are address-stable."
edition = "2018"
keywords = ["borrow", "trait"]
license = "Apache-2.0 OR MIT"
name = "stable_borrow"
readme = "README.md"
repository = "https://gitlab.com/nwsharp/stable_borrow"
version = "1.0.0"
[profile.bench]
codegen-units = 1
lto = "fat"
[profile.release]
codegen-units = 1
lto = "fat"