diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -124,6 +124,10 @@ #![warn(rust_2018_idioms)] +#![no_std] + +extern crate alloc; + pub mod chebyshev; pub mod coords; pub mod cos; |