author | Wuzzy <Wuzzy2@mail.ru> |
Sun, 28 Oct 2018 04:21:13 +0100 | |
changeset 14035 | ecfd13128100 |
parent 13938 | 1fa905aa4cdb |
child 14026 | 3b3d97ed2286 |
permissions | -rw-r--r-- |
13908 | 1 |
mod outline; |
2 |
||
13938
1fa905aa4cdb
move point struct into integral-geometry and use it to refactor a bit
alfadur
parents:
13908
diff
changeset
|
3 |
extern crate integral_geometry; |
1fa905aa4cdb
move point struct into integral-geometry and use it to refactor a bit
alfadur
parents:
13908
diff
changeset
|
4 |
|
13908 | 5 |
#[cfg(test)] |
6 |
mod tests { |
|
7 |
#[test] |
|
8 |
fn it_works() { |
|
9 |
assert_eq!(2 + 2, 4); |
|
10 |
} |
|
11 |
} |