File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ They mostly consist of real-world crates.
3838- ** serde-1.0.136** : A serialization/deserialization crate. Used by many other
3939 Rust programs.
4040- ** stm32f4-0.14.0** : A crate that has many thousands of blanket impl blocks.
41+ It uses cargo features to enable large portions of its structure and is
42+ built with ` --features stm32f410 ` to have faster benchmarking times.
4143- ** syn-1.0.89** : A library for parsing Rust code. An important part of the Rust
4244 ecosystem.
4345- ** unicode-normalization-0.1.19** : Unicode character composition and decomposition
Original file line number Diff line number Diff line change 11{
2- "cargo_opts" : " --features=stm32f405 " ,
2+ "cargo_opts" : " --features=stm32f410 " ,
33 "category" : " primary"
44}
You can’t perform that action at this time.
0 commit comments