talrost 0.1.2

A mathematics library for embedded scientific computation.
Documentation
1
2
3
use core::fmt::Debug;

pub trait Element: Sized + Copy + Clone + core::fmt::Display + Debug {}