Closed keldonin closed 2 months ago
This PR comes in support to fix issue #221. It has been tested against various versions of Rust: 1.79, 1.75, 1.66 and 1.80.
It just adds two use std::mem::size_of statements.
use std::mem::size_of
is there any issue with the approval process? It seems like this has been approved by two people. What am I missing here?
It must be reviewers with Write access :disappointed: I will add some more!
This PR comes in support to fix issue #221. It has been tested against various versions of Rust: 1.79, 1.75, 1.66 and 1.80.
It just adds two
use std::mem::size_of
statements.