Downfall
Results
2
issues of
Downfall
Here is my attempt to implement enums in baseplug model. We can now write models like that: ``` baseplug::model! { #[derive(Debug, Serialize, Deserialize, Clone, PartialEq, Eq)] enum MyEnum { A,...
This branch implements the Num, Real and Discrete traits to represent numbers. The main objective is to replace the Float trait which is not very well designed. I only implemented...