appsignal / probes-rs

Rust library to read out system stats from a machine running Unix
MIT License
15 stars 2 forks source link

Add shmem Memory struct function #61

Closed tombruijn closed 1 year ago

tombruijn commented 1 year ago

I didn't realize we don't make the fields public for the Memory struct. Add a function to read from the struct. That follows the style that already exists.