rust/landgen/src/lib.rs
author alfadur
Thu, 18 Oct 2018 06:46:32 +0300
changeset 13938 1fa905aa4cdb
parent 13908 9a1f1e8170f2
child 14026 3b3d97ed2286
permissions -rw-r--r--
move point struct into integral-geometry and use it to refactor a bit

mod outline;

extern crate integral_geometry;

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        assert_eq!(2 + 2, 4);
    }
}