We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78728e commit 109a728Copy full SHA for 109a728
benches/soa.rs
@@ -1,9 +1,6 @@
1
-#[macro_use]
2
-extern crate bencher;
3
4
-extern crate soa_derive;
+use soa_derive::StructOfArray;
5
6
-use bencher::Bencher;
+use bencher::{Bencher, benchmark_group, benchmark_main};
7
8
#[derive(StructOfArray)]
9
pub struct Small {
0 commit comments