-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add reader::read_bytes_const * Reduce codegen for known sizes at compile time - DekuReader<_, Endian> for all types - DekuReader<_, (Endian, Endian)> for u8 * Change Strings in DekuError to Cow<'static, str> * Change all strings in DekuError to Cow<'static, str> so that more can be defined as "not alloc'ed strings" and be removed with panic=abort, build-std and friends. * Remove unused DekuError::Unexpected * Add comment to lib.rs about parser binary size * Add returning io:ErrorKind from reader and writer * Remove DekuError::Write and replace with DekuError::Io. Instead of ignoring error other then UnexpectedEof, return them to bubble up. * clippy * clippy * update trybuild output * clippy --------- Co-authored-by: Emmanuel Thompson <[email protected]>
- Loading branch information
1 parent
1079ada
commit e92700a
Showing
15 changed files
with
160 additions
and
89 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
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
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.