oxc/crates/oxc_data_structures/src/lib.rs

3 lines
88 B
Rust

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