mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
docs: fix typo in README
s/wood/hood/
This commit is contained in:
parent
63e5c33d8f
commit
5374dd6629
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ Full example [here](tests/example/example_define_model.rs).
|
|||
|
||||
Native model has
|
||||
been designed to have a minimal and constant overhead. That means that the overhead is the same
|
||||
whatever the size of the data. Under the wood we use the [zerocopy](https://docs.rs/zerocopy/latest/zerocopy/) crate
|
||||
whatever the size of the data. Under the hood we use the [zerocopy](https://docs.rs/zerocopy/latest/zerocopy/) crate
|
||||
to avoid unnecessary copies.
|
||||
|
||||
👉 To know the total time of the encode/decode, you need to add the time of your serialization format.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue