appsignal / probes-rs

Rust library to read out system stats from a machine running Unix
MIT License
15 stars 2 forks source link

Remove regex dependency #15

Closed thijsc closed 9 years ago

thijsc commented 9 years ago

We're not using it at the moment. Without this dependence we can run on stable Rust.

timonv commented 9 years ago

stable? Such progress! Cool :-)

Also, wtf, regex doesn't work on stable?

thijsc commented 9 years ago

Ahm, to be precise regex_macros does not work on stable. We can use the crate without macros.

timonv commented 9 years ago

Ahm, to be precise regex_macros does not work on stable. We can use the crate without macros.

That's good to know!