cargo add moteus
moteus has long supported python and C++ client side libraries for commanding and monitoring controllers over a variety of CAN-FD transports. Given that I’m not completely behind the times, it is about time to add rust support to that list.
If you’re reading this, you probably don’t need to hear an elevator pitch for rust. If you have been under a rock for the last 5 years, it is a systems level language with a strong type system and focus on safety, i.e. many classes of memory errors or threading race conditions are hard if not impossible to make.

