danburkert / procinfo-rs

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

Publish on crates.io under name other than "proc" #4

Closed daboross closed 9 years ago

daboross commented 9 years ago

It seems that due to "proc" still being a reserved keyword in rust, extern crate proc; doesn't work at all. Having the "proc" name saved for when rust doesn't have this restriction would be nice, but it'd probably be a good idea to publish under a different (usable) name as well.