log_buffer 0.1.0

An implementation of a zero-allocation ring buffer for storing text logs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
log_buffer
==========

_log_buffer_ is a Rust crate implementing a zero-allocation ring buffer
for storing text logs. It does not depend on `std`.

See the [documentation][doc] for details.

[doc]: https://whitequark.github.io/rust-log_buffer/log_buffer/

License
-------

_log_buffer_ is distributed under the terms of both the MIT license
and the Apache License (Version 2.0).

See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT)
for details.