[](https://crates.io/crates/lnc-core)
[](https://docs.rs/lnc-core)
[](https://github.com/nitecon/lance/blob/main/LICENSE)
Core types and primitives for the [LANCE](https://github.com/nitecon/lance) streaming platform.
This crate provides the foundational types used throughout the LANCE ecosystem:
- ----
This crate is primarily used as a dependency of `lnc-client` and other LANCE crates. Most users should depend on `lnc-client` directly.
```bash
cargo add lnc-core
```
Apache License 2.0 - see [LICENSE](https://github.com/nitecon/lance/blob/main/LICENSE) for details.