forked from NotAShelf/beer
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:
parent
1f1451f108
commit
589c26f210
4 changed files with 198 additions and 151 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue