Kimundi / owning-ref-rs

A library for creating references that carry their owner with them.
MIT License
359 stars 50 forks source link

no_std support. #47

Open remexre opened 5 years ago

remexre commented 5 years ago

Resolves #46 (although to be "complete" for my usecase there, I'm going to have to PR to them to add StableDeref impls).

Caveats: Lots of tests fail without the std feature, largely because I don't know a good way to conditionalize out the doctests.

avitex commented 4 years ago

Hello @remexre. Thanks for this PR! Now that rust 1.36 has stabilized alloc, would you like to have look at this PR again? If not, I'm happy to make the changes myself :)

lengyijun commented 4 years ago

I'm looking forward to standardizing of no_std feature

ogoffart commented 2 years ago

Ping I would like to use this crate in a no_std context. Is this crate still maintained?