stphnt / zproto

Unofficial Rust library for communicating with Zaber products.
https://docs.rs/zproto/latest/zproto/
MIT License
4 stars 1 forks source link

Consider adding chain, device, axis abstractions with helper methods #75

Open stphnt opened 2 years ago

stphnt commented 2 years ago

This would add an interface similar to ZML. This moves away from stringly typed commands to a more type-safe interface. This also allows device/axis metadata to be associated with devices/axes, allowing for more helpful features like unit conversions, etc.

stphnt commented 6 months ago

The basic types are there, but there are no helper methods yet.

stphnt commented 6 months ago

We need to update documentation before releasing this.