Add no_std and forbid(unsafe) in utils

This commit is contained in:
2021-03-23 19:12:09 +01:00
parent 00fcdf1031
commit df05c06270
3 changed files with 34 additions and 9 deletions

View File

@@ -7,6 +7,8 @@
//! The integration functions are memory efficient, and relies
//! on the `k` parameter to hold the system state differences.
//! This parameter is tied to the Butcher Tableau
#![forbid(unsafe_code)]
#![no_std]
use float::Float;