# lfchring-rs [![Crates.io](https://img.shields.io/crates/v/lfchring.svg)](https://crates.io/crates/lfchring) [![docs.rs](https://docs.rs/lfchring/badge.svg)](https://docs.rs/lfchring) [![GitHub License](https://img.shields.io/github/license/ckatsak/lfchring-rs?style=flat)](LICENSE) [![deps.rs](https://deps.rs/repo/github/ckatsak/lfchring-rs/status.svg)](https://deps.rs/repo/github/ckatsak/lfchring-rs) [![Build Status](https://travis-ci.com/ckatsak/lfchring-rs.svg?branch=main)](https://travis-ci.com/ckatsak/lfchring-rs) [![GitHub Workflow Status](https://github.com/ckatsak/lfchring-rs/actions/workflows/basic.yml/badge.svg?branch=main)](https://github.com/ckatsak/lfchring-rs/actions/workflows/basic.yml) {{readme}} ## Running the tests ```console $ RUST_LOG=debug cargo t --all-features -- --nocapture ``` ## Generating the docs ```console $ cargo doc --all-features --no-deps ``` ## License Distributed under the terms of the Apache License, Version 2.0. For further details consult the included [LICENSE file](LICENSE) or http://www.apache.org/licenses/LICENSE-2.0.