-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.tpl
More file actions
34 lines (23 loc) · 1.51 KB
/
README.tpl
File metadata and controls
34 lines (23 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!-- this file uses https://github.com/livioribeiro/cargo-readme -->
<!-- do not manually edit README.md, instead edit README.tpl or src/lib.rs -->
# lfchring-rs
[](https://crates.io/crates/lfchring)
[](https://docs.rs/lfchring)
[](LICENSE)
[](https://deps.rs/repo/github/ckatsak/lfchring-rs)
[](https://travis-ci.com/ckatsak/lfchring-rs)
[](https://github.com/ckatsak/lfchring-rs/actions/workflows/basic.yml)
<!--[](https://travis-ci.com/ckatsak/lfchring-rs)-->
<!--[](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.