docs: split root level README to crate-specific docs; revise

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Id4cbc98d109251486a30d2955d084b856a6a6964
This commit is contained in:
raf 2026-06-26 12:49:12 +03:00
commit 589c26f210
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
4 changed files with 198 additions and 151 deletions

View file

@ -16,5 +16,7 @@ missing_debug_implementations = "warn"
all = { level = "warn", priority = -1 }
[profile.release]
lto = "thin"
opt-level = 3
lto = "fat"
codegen-units = 1
strip = true