-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: decrease deserialization memory overhead With this commit the memory overhead on deserialization and data use should be much smaller, while the execution performance should improve. - Use references directly for the incoming data using serde-bytes - Reduce clone use - Rework command routing - Decrease PIN size to 32 bytes for now - Build USB/IP example in the CI calls (leave out cargo test for now) - Remove git_version dependency - The UDP Simulation is still not working. Fixes #7 --------- Co-authored-by: sosthene-nitrokey <109070476+sosthene-nitrokey@users.noreply.github.com>
- Loading branch information
1 parent
3213d94
commit 9ec3d56
Showing
18 changed files
with
686 additions
and
581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ repos: | |
rev: v1.0 | ||
hooks: | ||
- id: fmt | ||
- id: cargo-check | ||
- id: clippy | ||
# - id: cargo-check | ||
# - id: clippy |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.