#lifetime #reference #arc #sync #no-std

nightly no-std hv-elastic

Safe and almost-safe abstractions for lengthening lifetimes and 'static “loaning” of non-'static types

7 unstable releases (3 breaking)

0.4.1 Nov 23, 2021
0.4.0 Nov 23, 2021
0.3.1 Nov 13, 2021
0.2.1 Nov 12, 2021
0.1.0 Nov 12, 2021

#907 in Concurrency

Download history 4/week @ 2024-02-26 14/week @ 2024-03-11 101/week @ 2024-04-01

115 downloads per month

MIT/Apache

105KB
2K SLoC

Heavy Elastic - almost-safe lifetime stretching abstractions, for the adventurous or morbidly curious soul

Ever needed to access an &'a T from a closure which has to be 'static?

Know that you could "loan" that &'a T for just the times that that closre will run?

If so, then the Elastic type is for you! Please use responsibly. no-std compatible. Requires nightly for features generic_associated_types and allocator_api. Do not use during a new moon. During a blood moon or solar eclipse, refrigerate any machines which contain the source code for this crate and keep them under lock and key.

Features

  • "Loaning" immutable or mutable references into 'static code, with a non-'static guard to ensure the references do not live past their lifetime.
  • Elastic acts as a shared reference with refcell-like internals, providing easy interior mutability.
  • May eat your dog. Will not eat cats. It likes cats. So do I.
  • This crate is safe for very specific use cases; please see the documentaiton for the Stretched trait for more info. There are very strict requirements on implementing Stretched. If you blindly implement Stretched in a way which violates these requirements, you are going to be in instant undefined-behavior-land.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~0.4–0.9MB
~14K SLoC