Files
keepassxc-proxy-rust/src
Hugo Osvaldo Barrera dda48b6f84 Treat buffer size as usize
`usize` is made exactly for this (e.g.: the size of a buffer), and
signatures are a bit more idiomatic.

These changes also try to cast the u32 to a usize as soon as we read it,
and will panic if there is an issue (whereas using `as usize` may result
in silent conversion errors on uncommon architectures.
2022-06-01 18:46:16 +02:00
..
2022-06-01 18:46:16 +02:00
2022-06-01 18:46:16 +02:00