File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Build Status ] ( https://travis-ci.org/Kimundi/owning-ref-rs.svg )] ( https://travis-ci.org/Kimundi/owning-ref-rs )
2
- [ ![ Crate ] ( https://img.shields.io/crates/v/owning_ref.svg )] ( https://crates.io/crates/owning_ref )
3
- [ ![ Docs ] ( https://docs.rs/owning_ref/badge.svg )] ( https://docs.rs/owning_ref )
1
+ ## Note
2
+ This crate has been republished because of popular demand to publish the fixed fork as a crate.
3
+ However, I can't make any guarantees about the safety of this crate, and I won't necessarilly be able to actively maintain it.
4
4
5
- owning-ref-rs
6
- ==============
7
5
6
+ safer_owning_ref
7
+ ==============
8
8
A library for creating references that carry their owner with them.
9
9
10
10
This can sometimes be useful because Rust borrowing rules normally prevent
You can’t perform that action at this time.
0 commit comments