# 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)