Replies: 2 comments 1 reply
-
Maybe the baseline implementation in crc32fast? This crate is used by object for crc32 calculations. |
Beta Was this translation helpful? Give feedback.
-
I'd like to offer a few of my own crates,
While they'd likely take some preprocessing to serve as good test cases (to remove libcore, liballoc, macros), they do not rely on libcore to provide any of their core functionality, but just for the purpose of attaching the functionality to libcore/liballoc. If I recall correctly, |
Beta Was this translation helpful? Give feedback.
-
We are aiming to try and compile real rust code soon see: #682. The goal here is not that we expect the projects compile correctly first go, but we wish to find as many bugs as possible. This will help me figure out what gaps the compiler has for planning purposes.
We currently don't support macros and do not have a compiled libcore, liballoc etc yet so these projects should be simple crates.
Beta Was this translation helpful? Give feedback.
All reactions