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

#549 in Data structures

Download history 711/week @ 2024-01-29 447/week @ 2024-02-05 510/week @ 2024-02-12 1076/week @ 2024-02-19 550/week @ 2024-02-26 706/week @ 2024-03-04 595/week @ 2024-03-11 331/week @ 2024-03-18 496/week @ 2024-03-25 536/week @ 2024-04-01 1102/week @ 2024-04-08 1121/week @ 2024-04-15 1566/week @ 2024-04-22 679/week @ 2024-04-29 1710/week @ 2024-05-06 1610/week @ 2024-05-13

5,601 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
~180K SLoC