An implementation of pstree in rust based on the exercise from TLPI
Find a file
Paul Osborne b1fa5a4d58 pstree: lots of fiddling and learning the language
I think I'm starting to 'get it' a bit more.  Rust really forces the
issue with dealing with error types and you kind of need to get deep
into all parts of the language right away to get stuff working; that
being said, the language is reasonable in size and has a relatively
small number of concepts.
2014-10-11 02:58:12 -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: lots of fiddling and learning the language 2014-10-11 02:58:12 -05:00