ttlog 0.1.21

High-performance lock-free tracing and logging system
Documentation
<p align="center">
  <img src="../public/logo-dark.svg" alt="ttlog" width="120"/>
</p>

<h1 align="center">ttlog</h1>

<p align="center">
  Lock-free structured logging core. Ring buffers, thread-local string interning, compressed crash snapshots.
</p>

<p align="center">
  <a href="../LICENSE">MIT</a> -
  <a href="https://crates.io/crates/ttlog">crates.io</a> -
  <a href="https://docs.rs/ttlog">docs.rs</a>
</p>

<p align="center">
  <a href="https://crates.io/crates/ttlog"><img src="https://img.shields.io/crates/v/ttlog.svg" alt="crates.io"/></a>
  <a href="https://docs.rs/ttlog"><img src="https://docs.rs/ttlog/badge.svg" alt="docs.rs"/></a>
  <a href="../LICENSE"><img src="https://img.shields.io/crates/l/ttlog.svg" alt="MIT"/></a>
</p>

---

Part of the [`ttlog`](../README.md) workspace.

## Install

```sh
cargo add ttlog
```

## Benchmarks

See [`ttlog-benches`](../ttlog-benches) and the headline numbers in
the [root README](../README.md).

## License

MIT. See [`LICENSE`](../LICENSE).