#interface #optimization #api-bindings #casadi

no-std icasadi_test

Rust interface to CasADi functions (for testing purposes only)

2 releases

0.0.2 Jun 3, 2019
0.0.1 Jun 2, 2019

#188 in Robotics

Download history 7/week @ 2024-02-19 23/week @ 2024-02-26 4/week @ 2024-03-04 8/week @ 2024-03-11 50/week @ 2024-03-18 21/week @ 2024-03-25

84 downloads per month
Used in optimization_engine

MIT license

21KB
565 lines

ICasADi test module

This is published as a crate because it is a dev-dependency for optimization-engine.


lib.rs:

CasADi Rust interface

This is a Rust interface to C functions generated by Rust

This is a no-std library (however, mind that the CasADi-generated code requires libm to call functions such as sqrt, sin, etc...)

Dependencies

~0–2.2MB
~44K SLoC