-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.tpl
34 lines (23 loc) · 1.18 KB
/
README.tpl
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
34
# Crate `dlt` for the [Rust language](https://www.rust-lang.org/)
<!-- Note: README.md is generated automatically by `cargo readme` -->
[![Crates.io](https://img.shields.io/crates/v/dlt.svg)](https://crates.io/crates/dlt)
[![Documentation](https://docs.rs/dlt/badge.svg)](https://docs.rs/dlt/)
[![Crate License](https://img.shields.io/crates/l/dlt.svg)](https://crates.io/crates/dlt)
[![Dependency status](https://deps.rs/repo/github/strawlab/dlt/status.svg)](https://deps.rs/repo/github/strawlab/dlt)
[![build](https://github.com/strawlab/dlt/workflows/build/badge.svg?branch=master)](https://github.com/strawlab/dlt/actions?query=branch%3Amaster)
{{readme}}
## Regenerate `README.md`
The `README.md` file can be regenerated with:
```text
cargo readme > README.md
```
## Code of conduct
Anyone who interacts with this software in any space, including but not limited
to this GitHub repository, must follow our [code of
conduct](code_of_conduct.md).
## License
Licensed under either of these:
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
https://opensource.org/licenses/MIT)