Skip to content

0.2.10 release

Latest
Compare
Choose a tag to compare
@rodrimati1992 rodrimati1992 released this 27 Sep 22:31
· 4 commits to main since this release
23b8eaf

This release fixes how panicking is implemented to not add nul bytes after what the user prints in a panic.

0.2

0.2.10

Fixed internal use of the panic macro to not append nul bytes to the output.

Added const_panic::utils::bytes_up_to function.