| Crates.io | nt_client |
| lib.rs | nt_client |
| version | 0.4.0 |
| created_at | 2024-08-02 21:07:12.957398+00 |
| updated_at | 2025-05-30 21:43:04.634496+00 |
| description | A blazingly fast NetworkTables 4.1 client |
| homepage | |
| repository | https://github.com/DatAsianBoi123/nt_client |
| max_upload_size | |
| id | 1323712 |
| size | 162,921 |
A blazingly fast WPI NetworkTables 4.1 client, written in Rust.
This is meant to be used within coprocessors that can send and receive data from the robot.
This is still a pre-1.0.0 release! Expect things to not work correctly and breaking changes until a full 1.0.0 release is available!
.expect)Add the following dependency to your Cargo.toml
nt_client = "0.3.0"
Or run the following command in your project root
cargo add nt_client
See the /examples directory for examples on how to use this crate.