Skip to content

Commit

Permalink
Add TryFromBytes trait
Browse files Browse the repository at this point in the history
`TryFromBytes` can be implemented for types which are not `FromZeroes`
or `FromBytes`; it supports performing a runtime check to determine
whether a given byte sequence contains a valid instance of `Self`.

This is the first step of #5. Future commits will add support for a
custom derive and for implementing `TryFromBytes` on unsized types.

Makes progress on #5
  • Loading branch information
joshlf committed Sep 9, 2023
1 parent 0ba3552 commit d7c16fa
Show file tree
Hide file tree
Showing 3 changed files with 892 additions and 159 deletions.
Loading

0 comments on commit d7c16fa

Please sign in to comment.