5 releases

0.1.2 Apr 24, 2024
0.1.1 Apr 17, 2024
0.1.0 Apr 9, 2024
0.0.1 Sep 19, 2022
0.0.0 Sep 15, 2022

#701 in Data structures

Download history 464/week @ 2024-10-31 256/week @ 2024-11-07 137/week @ 2024-11-14 169/week @ 2024-11-21 249/week @ 2024-11-28 955/week @ 2024-12-05 643/week @ 2024-12-12 555/week @ 2024-12-19 96/week @ 2024-12-26 120/week @ 2025-01-02 293/week @ 2025-01-09 205/week @ 2025-01-16 87/week @ 2025-01-23 192/week @ 2025-01-30 951/week @ 2025-02-06 152/week @ 2025-02-13

1,427 downloads per month
Used in 6 crates (2 directly)

Apache-2.0 OR MIT

29KB
612 lines

reuse rustc_data_structures for compiler_base.

note: [WIP] Do not use it.


lib.rs:

Various data structures used by the Rust compiler. The intention is that code in here should be not be specific to rustc, so that it can be easily unit tested and so forth.

Note

This API is completely unstable and subject to change.

Dependencies

~5–14MB
~195K SLoC