conspire 0.7.1

The Rust interface to conspire.
Documentation
1
2
3
4
5
6
use crate::geometry::{bvh::primitive::Primitives, mesh::test::mesh};

#[test]
fn mesh_ref() {
    let _ = Primitives::from(&mesh());
}