Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
include screenshot in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Mar 26, 2024
1 parent da5fab4 commit fb40c50
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

**Current Status: Proof-of-concept**

This library is a playground for modern structured logging techniques for Rust, based on the work of `log` and `tracing`.

It's just a proof-of-concept that will need a lot more work to be polished into a consumable artifact, but sketches out a lot of design space.

For some idea of what it can do, see the `tests/smoke-test` example.

```rust
use std::time::Duration;

Expand All @@ -26,3 +20,5 @@ fn greet(user: &str) {
emit::info!("Hello, {user}!");
}
```

![The output of running the above program](https://github.com/KodrAus/emit/blob/main/asset/emit_term.png?raw=true)

0 comments on commit fb40c50

Please sign in to comment.