oxc_data_structures/
lib.rs

1
2
3
//! Data structures used across other oxc crates.
#![warn(missing_docs)]
pub mod stack;