mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-16 08:58:00 +00:00
Merge pull request #213 from wdv4758h/logging
add rust-lang-nursery/log, slog-rs/slog, sfackler/log4rs
This commit is contained in:
commit
3cd047201c
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -41,6 +41,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
|
|||
- [Graphics](#graphics)
|
||||
- [GUI](#gui)
|
||||
- [Image processing](#image-processing)
|
||||
- [Logging](#logging)
|
||||
- [Machine learning](#machine-learning)
|
||||
- [Markup language](#markup-language)
|
||||
- [Mobile](#mobile)
|
||||
|
@ -600,6 +601,15 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
|
|||
* [PistonDevelopers/image](https://github.com/PistonDevelopers/image) — Basic imaging processing functions and methods for converting to and from image formats [<img src="https://travis-ci.org/PistonDevelopers/image.svg?branch=master">](https://travis-ci.org/PistonDevelopers/image)
|
||||
|
||||
|
||||
### Logging
|
||||
|
||||
[[log](https://crates.io/keywords/log)]
|
||||
|
||||
* [rust-lang-nursery/log](https://github.com/rust-lang-nursery/log) — Logging implementation for Rust [![Build Status](https://travis-ci.org/rust-lang-nursery/log.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/log)
|
||||
* [slog-rs/slog](https://github.com/slog-rs/slog) — Structured, composable logging for Rust [![Build Status](https://travis-ci.org/slog-rs/slog.svg?branch=master)](https://travis-ci.org/slog-rs/slog)
|
||||
* [sfackler/log4rs](https://github.com/sfackler/log4rs) — highly configurable logging framework modeled after Java's Logback and log4j libraries [![Build Status](https://travis-ci.org/sfackler/log4rs.svg?branch=master)](https://travis-ci.org/sfackler/log4rs)
|
||||
|
||||
|
||||
### Machine learning
|
||||
|
||||
[[machine learning](https://crates.io/keywords/machine-learning)]
|
||||
|
|
Loading…
Reference in a new issue