mujoco-rs 4.0.0+mj-3.8.0

A high-level Rust wrapper around the MuJoCo C library, with a native viewer (re-)written in Rust.
Documentation
1
2
3
4
5
6
7
//! Safe wrappers around some of [`mujoco_c`](crate::mujoco_c)'s function bindings.
pub mod derivative;
pub mod utility;


pub use derivative::*;
pub use utility::*;