Crate flux_arc_interner

Source
Expand description

Global Arc-based object interning infrastructure.

This code was adapted from Rust Analyzer

Re-exports§

pub use crate::_impl_internable as impl_internable;
pub use crate::_impl_slice_internable as impl_slice_internable;

Structs§

InternStorage
Interned

Traits§

Internable
SliceInternable

Type Aliases§

Guard 🔒
InternMap 🔒
List