Skip to content

Possible bug; usize #5

@frankkienl

Description

@frankkienl

usize is used here, instead of a specific size.
This will result in 4 or 8 bytes, depending on if the code is compiled on a 32bit or 64 bit system.
The JSON should be the same regardless of host architecture.

pub pskl: Option<usize>,

https://doc.rust-lang.org/std/primitive.usize.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions