Skip to content
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

rust: implement Display and Debug for BStr #893

Closed
wants to merge 1 commit into from
Closed

rust: implement Display and Debug for BStr #893

wants to merge 1 commit into from

Commits on Oct 1, 2022

  1. rust: implement Display and Debug for BStr

    Implement `Display` and `Debug` for `BStr`. Also, for this purpose,
    change `BStr`, which previously was a type alias to `[u8]`, to a newtype
    of `[u8]`.
    
    Signed-off-by: Yutaro Ohno <[email protected]>
    ohno418 committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    78c1e54 View commit details
    Browse the repository at this point in the history