network-tables 0.1.1

A implementation of WPI's Network Tables spec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Network Tables

A [WPI Network Tables](https://github.com/wpilibsuite/allwpilib/tree/main/ntcore/doc) implementation in rust.

## Features

- Client for Network Tables v4

## Crate Features

- `client-v4`: Enable the v4 client

## Examples

Check out `/examples` for some guidance on how to use this library