feat: move examples out

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-01-07 10:33:18 +01:00
parent 6bd23f3b49
commit 01f7bc9c83
6 changed files with 54 additions and 8 deletions

View File

@@ -12,6 +12,19 @@ A Rust library for building Kubernetes-style reconciliation controllers. Define
## Quick Start
Add to your `Cargo.toml`:
```toml
[package]
...
[dependencies]
nocontrol = "0.0.1"
...
```
> **Note:** Requires Rust nightly (edition 2024).
```rust
use nocontrol::{
ControlPlane, Operator, OperatorState, Specification,