[package] name = "borrow" version = "1.0.2" authors = ["Wojciech Danilo "] description = "Zero-overhead, safe implementation of partial borrows. This crate allows you to borrow selected fields from a struct and split structs into non-overlapping sets of borrowed fields." edition = "2021" keywords = ["struct", "borrow", "partial", "fields", "references"] license = "MIT OR Apache-2.0" repository = "https://github.com/wdanilo/borrow" [lib] [dependencies] borrow-macro = { version = "1.0.2", path = "../macro" } [lints] workspace = true