We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typenum
1 parent 2c8e569 commit f2941e9Copy full SHA for f2941e9
collector/compile-benchmarks/README.md
@@ -53,6 +53,8 @@ They mostly consist of real-world crates.
53
built with `--features=stm32f410` to have faster benchmarking times.
54
- **syn-1.0.89**: A library for parsing Rust code. An important part of the Rust
55
ecosystem.
56
+- **typenum-1.17.0**: A library that encodes integer computation within the trait system. Serves as
57
+ a stress test for the trait solver, but at the same time it is also a very popular crate.
58
- **unicode-normalization-0.1.19**: Unicode character composition and decomposition
59
utilities. Uses huge `match` statements that stress the compiler in unusual
60
ways.
0 commit comments