wixet-limited / machine-info-rs

Get a basic information from your machine
Apache License 2.0
4 stars 1 forks source link

Use u64 instead of i32 to avoid overflow #2

Closed maxpowel closed 2 years ago

maxpowel commented 2 years ago

The signature keeps returning i32 for compatibility (and because it is enough)