Macchina-CLI / libmacchina

A library providing access to all sorts of system information.
https://crates.io/crates/libmacchina
MIT License
62 stars 20 forks source link

Minor change - change type of returned values from disk_space and update the function's description #153

Closed Rolv-Apneseth closed 1 year ago

Rolv-Apneseth commented 1 year ago

In relation to #152

Update the description for the disk_space function and change the type of the returned values to u64 instead of u128

Rolv-Apneseth commented 1 year ago

Since this change affects the return value of a function in the API, it's considered a breaking change so I'll modify the commit message accordingly.

Ah, not so minor a change then