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.
 
 
Thomas Eizinger 499d3c6606
Disallow `.unwrap` in prod code and use expect for remaining ones
3 years ago
..
README.md Add ultra-fancy payout curve module 3 years ago
basis.rs Add ultra-fancy payout curve module 3 years ago
basis_eval.rs Add ultra-fancy payout curve module 3 years ago
compat.rs Add ultra-fancy payout curve module 3 years ago
csr_tools.rs Rewrite matrix_solve to not contain `unwrap` 3 years ago
curve.rs Make function that never fails non-fallible 3 years ago
curve_factory.rs Make function that never fails non-fallible 3 years ago
splineobject.rs Disallow `.unwrap` in prod code and use expect for remaining ones 3 years ago
utils.rs Add ultra-fancy payout curve module 3 years ago

README.md

Note

This codebase is effectively a brute-force copy of the the Splipy python lib, cherry-picked to do what we need while still remaining consistent with the source material. This is quite a bit of overkill for our purposes, so this will either be refined in the futre or a complete translation of the Splipy lib will be created as it's own crate. As such, this code should be considered transitional at best.