mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 16:21:07 +00:00
Prefer using a smallstr instead of a real String to reduce allocations
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1838,6 +1838,7 @@ version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1e922794d168678729ffc7e07182721a14219c65814e66e91b839a272fe5ae4f"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"smallvec",
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user