Add documentation, refactor public-facing API

This commit is contained in:
2026-05-19 23:08:17 -04:00
parent f29b5af96d
commit be2fd42c5c
11 changed files with 228 additions and 300 deletions
-6
View File
@@ -1,6 +0,0 @@
[package]
name = "ldctl"
version = "0.1.0"
edition = "2024"
[dependencies]
-3
View File
@@ -1,3 +0,0 @@
fn main() {
println!("Hello, world!");
}