Crate minint

Source
Expand description

§MiniNT

A simple NetworkTables library implemented in Rust

NetworkTables is a pub-sub messaging system used for FRC.

The entrypoint is NtConn.

Modules§

datatype 🔒
error 🔒
messages 🔒

Structs§

NtConn
A NetworkTables connection
NtSubscription
A NetworkTables subscription
NtTopic
A NetworkTables topic

Enums§

NtError
Custom error types for NetworkTables operations

Type Aliases§

Result