lagan 0.1.0

Safe bindings for ntcore
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Lagan

Safe bindings for [`ntcore`](https://github.com/wpilibsuite/allwpilib/tree/main/ntcore).
Using Lagan you can start both Networktables clients and servers.
Networktables version 3 and 4 are both supported.

> [!NOTE]
> Lagan is a work in progress and not all planned features have been implemented!

# Packages

- `lagan`: Safe bindings for `ntcore` using the `libntcore` crate.
- `libntcore`: Raw FFI bindings to `ntcore`.
- `lagan-gui`: A Networktables explorer similar to [`glass`]https://github.com/wpilibsuite/allwpilib/tree/main/glass