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>
- Host: GitHub
- URL: https://github.com/spiraldb/arcref
- Owner: spiraldb
- License: mit
- Created: 2025-05-07T13:58:36.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-10-13T13:43:32.000Z (9 months ago)
- Last Synced: 2025-12-26T13:26:29.876Z (6 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.