Crates.io | hwio-types |
lib.rs | hwio-types |
version | 1.0.1 |
source | src |
created_at | 2021-03-01 15:53:01.32023 |
updated_at | 2021-03-01 16:01:18.058522 |
description | High level types and traits for basic hardware IO used in robotic control software |
homepage | |
repository | |
max_upload_size | |
id | 362253 |
size | 42,929 |
hwio-types
is a small Rust library that provides high level types and traits for basic hardware IO used in robotic control software. The goal of this particular library is to provide some common traits I can use while working on other projects so that I can eventually create a common API / toolset between them without needing any major rewrites, or re-implementing the same traits in each project.
cargo install hwio-types
git clone https://github.com/ewpratten/hwio-types
cd hwio-types
cargo install --path .