You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
211 B

4 years ago
  1. #![cfg_attr(nightly, feature(test))]
  2. #![allow(unused_macros, unused_imports)]
  3. #[cfg(nightly)]
  4. extern crate test;
  5. #[cfg(all(nightly, test))]
  6. #[macro_use]
  7. pub mod macros;
  8. #[cfg(all(nightly, test))]
  9. mod curves;