[dev-dependencies.drop_tracer]
version = "0.1"
[lib]
name = "ref_wrapper"
path = "src/lib.rs"
[package]
authors = ["Nossie531"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std", "rust-patterns"]
description = "Wrapper of dynamically borrowed data."
edition = "2021"
keywords = ["Ref", "RefMut", "RefCell", "Iterator"]
license = "MIT OR Apache-2.0"
name = "ref_wrapper"
readme = "README.md"
repository = "https://github.com/nossie531/ref_wrapper"
version = "0.3.0"
[[test]]
name = "impl_iterator"
path = "tests/impl_iterator.rs"
[[test]]
name = "ref_wrap"
path = "tests/ref_wrap.rs"
[[test]]
name = "ref_wrap_mut"
path = "tests/ref_wrap_mut.rs"