libproc-rs icon indicating copy to clipboard operation
libproc-rs copied to clipboard

A rust library for getting information about running processes for Mac and Linux

Results 17 libproc-rs issues
Sort by recently updated
recently updated
newest added

Improve overall docs - I need to learn how to properly document modules, structs, traits and functions in rust following the bets guidelines. A couple of functions need descriptions or...

help wanted

Add own error types? use io::Result subtype? stay with Strings?

As mentioned in https://github.com/andrewdavidmackenzie/libproc-rs/pull/22 I don't really like how the external API looks - but I still need to learn rust best practices here. So, sorry if ugly in the...

error 1: ```bash error[E0425]: cannot find function `listpids` in this scope --> external/rust/crates/libproc-rs/src/processes.rs:68:5 | 68 | listpids(filter) | ^^^^^^^^ not found in this scope | help: consider importing this function...

Use redoxer tool to test while running on linux

Will include fix to docs link, changes to rust minimal versions, fixing of ignored tests etc - but no real functionality changes