Crates.io | oxc_data_structures |
lib.rs | oxc_data_structures |
version | 0.83.0 |
created_at | 2024-10-03 04:33:46.467627+00 |
updated_at | 2025-08-29 06:50:56.154728+00 |
description | A collection of JavaScript tools written in Rust. |
homepage | https://oxc.rs |
repository | https://github.com/oxc-project/oxc |
max_upload_size | |
id | 1394887 |
size | 129,511 |
Common data structures and utilities used across oxc crates.
This crate provides specialized data structures and utilities that are used throughout the oxc toolchain. These structures are optimized for the specific needs of compiler and tooling workloads.
push
, pop
, and last
These data structures are designed with specific compiler requirements in mind:
The structures complement Rust's standard library with domain-specific optimizations for JavaScript/TypeScript tooling.