eminence / procfs

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

Turn PFN into a concrete type #242

Closed tatref closed 1 year ago

tatref commented 1 year ago

Replace u64 by a struct

I had to change some function signatures, because it is not possible to use Range<Pfn>.

I also removed the open bounds, but they didn't made any sense in the first place.