mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
6 lines
194 B
Rust
6 lines
194 B
Rust
//! Indexing Utilities
|
|
//!
|
|
//! <https://doc.rust-lang.org/beta/nightly-rustc/rustc_index>
|
|
|
|
pub use index_vec::{define_index_type, index_vec, IndexSlice, IndexVec};
|
|
pub use static_assertions::*;
|