chore: don't benchmark binary crate; centralize assembly helpers

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ia24cb1647df93034937a8fcd6cad895c6a6a6964
This commit is contained in:
raf 2026-03-27 13:49:26 +03:00
commit 1c781aff56
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
7 changed files with 203 additions and 103 deletions

View file

@ -11,12 +11,12 @@ repository = "https://github.com/notashelf/microfetch"
publish = false
[dependencies]
hotpath = { optional = true, version = "0.14.0" }
microfetch-lib.workspace = true
[features]
hotpath = [ "microfetch-lib/hotpath" ]
hotpath-alloc = [ "microfetch-lib/hotpath-alloc" ]
hotpath-off = [ "microfetch-lib/hotpath-off" ]
hotpath = [ "dep:hotpath" ]
hotpath-alloc = [ "hotpath/hotpath-alloc" ]
[lints]
workspace = true