#rustc #reuse #compiler #compiler-base

rustc_data_structures

Reuse rustc_data_structures for compiler_base

4 releases

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

#588 in Data structures

Download history 490/week @ 2023-12-23 371/week @ 2023-12-30 456/week @ 2024-01-06 481/week @ 2024-01-13 381/week @ 2024-01-20 364/week @ 2024-01-27 788/week @ 2024-02-03 222/week @ 2024-02-10 1285/week @ 2024-02-17 591/week @ 2024-02-24 715/week @ 2024-03-02 605/week @ 2024-03-09 323/week @ 2024-03-16 493/week @ 2024-03-23 434/week @ 2024-03-30 859/week @ 2024-04-06

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

Apache-2.0 OR MIT

28KB
613 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–15MB
~183K SLoC