proximitylib/
lib.rs

1
2
3
4
5
6
7
8
9
#![feature(portable_simd, test, array_chunks)]

extern crate npyz;
extern crate rand;
extern crate test;

pub mod caching;
pub mod fs;
pub mod numerics;