[package] name = "hv-guarded-borrow" description = "Traits and implementations for generic use of \"guarded\" borrows" authors = ["Shea 'Decibel' Leffler "] license = "MIT OR Apache-2.0" version = "0.1.1" edition = "2021" readme = "README.md" repository = "https://github.com/sdleffler/hv-dev" documentation = "https://docs.rs/hv-guarded-borrow" keywords = ["borrow", "trait", "sync"] categories = ["no-std", "concurrency"] [features] std = [] default = [] [dependencies] hv-ecs = { version = "0.1.0", path = "../hv-ecs", optional = true }