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

#593 in Data structures

Download history 602/week @ 2024-04-02 1255/week @ 2024-04-09 1127/week @ 2024-04-16 1409/week @ 2024-04-23 1007/week @ 2024-04-30 1503/week @ 2024-05-07 1558/week @ 2024-05-14 1785/week @ 2024-05-21 1605/week @ 2024-05-28 472/week @ 2024-06-04 646/week @ 2024-06-11 598/week @ 2024-06-18 1155/week @ 2024-06-25 1104/week @ 2024-07-02 1306/week @ 2024-07-09 872/week @ 2024-07-16

4,497 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
~177K SLoC