danburkert / procinfo-rs

A Rust library for accessing Linux process and system information
Apache License 2.0
91 stars 39 forks source link

cwd #6

Closed zackmdavis closed 8 years ago

zackmdavis commented 8 years ago

Hi! Here's a "parser" for /proc/[pid]/cwd symlinks.

(I don't actually need this for anything right now; it's just that the other day I felt a surge of patriotic enthusiasm for making the Rust ecosystem more mature shortly after happening to come across Python's psutil.)

danburkert commented 8 years ago

Thanks! I removed the extraneous format! call in cwd_self and merged in 672b7902922d6460d2642c2c66f8e06f5c713b3e.

zackmdavis commented 8 years ago

Sorry about that; thank you!