-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre-0.8 audit #1692
Labels
blocking-next-release
This issue should be resolved before we release on crates.io
Comments
joshlf
added
the
blocking-next-release
This issue should be resolved before we release on crates.io
label
Sep 19, 2024
jswrenn
added a commit
that referenced
this issue
Sep 20, 2024
This will allow us to add additional supertraits without breaking users. Makes progress towards #1692
Merged
Merged
github-merge-queue bot
pushed a commit
that referenced
this issue
Sep 20, 2024
Makes progress on #1692
github-merge-queue bot
pushed a commit
that referenced
this issue
Sep 20, 2024
Makes progress on #1692
Merged
github-merge-queue bot
pushed a commit
that referenced
this issue
Sep 20, 2024
Makes progress on #1692
github-merge-queue bot
pushed a commit
that referenced
this issue
Sep 20, 2024
Makes progress on #1692
jswrenn
added a commit
that referenced
this issue
Sep 21, 2024
`FromBytes::read_from_suffix` should return a `SizeError`, like `read_from_bytes` and `read_from_prefix`. This commit corrects this error, and also removes unreachable panic paths in all three functions. Makes progress towards #1692
github-merge-queue bot
pushed a commit
that referenced
this issue
Sep 21, 2024
) `FromBytes::read_from_suffix` should return a `SizeError`, like `read_from_bytes` and `read_from_prefix`. This commit corrects this error, and also removes unreachable panic paths in all three functions. Makes progress towards #1692
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
KnownLayout
Immutable
Unaligned
TryFromBytes
FromZeros
FromBytes
IntoBytes
byte_slice
module docs and traits: [byte_slice] Clean up docs and methods #1700ByteSlice
ByteSliceMut
CloneableByteSlice
CopyableByteSlice
IntoByteSlice
IntoByteSliceMut
SplitByteSlice
SplitByteSliceMut
Ref
module docs and type: [Ref] Clean up docs #1706Ref
methods which PME for ZST DSTs should document this behaviorRef
should document its intended use casestransmute!
transmute_ref!
transmute_mut!
try_transmute!
try_transmute_ref!
try_transmute_mut!
include_value!
byteorder
module: [byteorder] Clean up docs #1707ByteOrder
trait: SealByteOrder
trait #1698error
module: ImplementTryReadFrom::map_src
#1704Unalign
: [Unalign] Update docs #1701The text was updated successfully, but these errors were encountered: