An implementation of pstree in rust based on the exercise from TLPI
Find a file
Paul Osborne 76204e72df pstree: start to flesh out some basic functionality
Right now, this project is primarily a way to learn rust.  If things
start coming together, there does seem to be some interest in a
library filling the same niche for Rust as psutil does for Python.

For now, however, the goal is to write a simple pstree visualization.
2014-10-09 02:42:29 -05:00
.gitignore pstree: start to flesh out some basic functionality 2014-10-09 02:42:29 -05:00
LICENSE pstree: start to flesh out some basic functionality 2014-10-09 02:42:29 -05:00
pstree.rs pstree: start to flesh out some basic functionality 2014-10-09 02:42:29 -05:00