eminence / procfs

Rust library for reading the Linux procfs filesystem
Other
362 stars 106 forks source link

ticks_per_second and page_size are infallible #235

Closed eminence closed 1 year ago

eminence commented 1 year ago

These functions used to be fallible, but aren't any more. So they can directly return a u64, instead of a Result