We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4673ba3 commit 23afba4Copy full SHA for 23afba4
tests/tests.rs
@@ -1,8 +1,4 @@
1
-use maths_rs::*;
2
-use maths_rs::vec::*;
3
-use maths_rs::num::*;
4
-use maths_rs::mat::*;
5
-use maths_rs::swizz::*;
+use maths_rs::prelude::*;
6
7
#[test]
8
fn v2_construct() {
0 commit comments