killercup / convey

A Rust create for outputting information and log messages for humans and machines
https://docs.rs/convey
Apache License 2.0
39 stars 5 forks source link

Become a log target #30

Closed killercup closed 5 years ago

killercup commented 5 years ago

Working towards #4

killercup commented 5 years ago

This includes a bunch of breaking changes. See commit messages for more info on refactoring work. Arc-Mutex fun should be refactored at some point, with increasing importance :)

killercup commented 5 years ago

Let's go with this for now, and optimize of after releasing 0.2.

killercup commented 5 years ago

Ah wait, let's make this optional features before merging

killercup commented 5 years ago

Alright, even upgraded to using the 2018 edition! Let's land this!