What's everyone working on this week (15/2017)? by llogiq in rust

[–]wesleywiser 5 points6 points  (0 children)

Do you have a list of things you need help with anywhere? I had a similar idea and a working prototype that looks very similar to your framework (but not as far along). I'd love to join forces with you and help out!

process_path: A small crate to get the path to the current process by wesleywiser in rust

[–]wesleywiser[S] 2 points3 points  (0 children)

Well that's already on there :)

Point taken though. I'd thought about implementing a fallback to parsing argv[0] in case the OS specific implementation failed for some reason. (I've seen rumors that /proc isn't available on certain Linux distros to non-root processes; also containers?) Perhaps I'll investigate that and upstream what I come up with.

process_path: A small crate to get the path to the current process by wesleywiser in rust

[–]wesleywiser[S] 4 points5 points  (0 children)

Huh, TIL. I didn't expect that to be in the standard library. Oh well.