#rustc

rustc_data_structures

Reuse rustc_data_structures for compiler_base

2 releases

0.0.1 Sep 19, 2022
0.0.0 Sep 15, 2022

#8 in #shift-left

Download history 425/week @ 2023-05-16 95/week @ 2023-05-23 168/week @ 2023-05-30 317/week @ 2023-06-06 205/week @ 2023-06-13 223/week @ 2023-06-20 259/week @ 2023-06-27 197/week @ 2023-07-04 370/week @ 2023-07-11 347/week @ 2023-07-18 475/week @ 2023-07-25 431/week @ 2023-08-01 322/week @ 2023-08-08 362/week @ 2023-08-15 359/week @ 2023-08-22 421/week @ 2023-08-29

1,592 downloads per month
Used in 4 crates (via rustc_span)

Apache-2.0 OR MIT

29KB
620 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

~3–13MB
~153K SLoC