An open API service indexing awesome lists of open source software.

https://github.com/spiraldb/arcref

🦀 &'static T | Arc<T>
https://github.com/spiraldb/arcref

Last synced: 3 months ago
JSON representation

🦀 &'static T | Arc<T>

Awesome Lists containing this project

README

          

# arcref

A smart pointer type that can wrap either a `&'static T` or an `Arc`.

See the `examples/` folder for example usage.