Crate stable_borrow

Source
Expand description

stable_borrow provides a marker trait which indicates that the result of borrows is address-stable.

§Features

The alloc feature provides impls for compatible types from the alloc crate, which is part of the standard library.

The std feature provides additional impls for compatible standard-library types not already provided by the alloc feature. The std feature implies alloc, because alloc is part of the standard library.

§License

stable_borrow is licensed under the terms of the Apache License, Version 2.0 or the MIT License.

§Development

stable_borrow is developed at GitLab.

Traits§

StableBorrow
A marker trait which indicates that borrows are address-stable.