oxc_data_structures/
lib.rs

1
2
3
4
5
6
//! Data structures used across other oxc crates.

#![warn(missing_docs)]

pub mod rope;
pub mod stack;