mirror of
https://github.com/haraldh/chainerror.git
synced 2025-04-19 06:12:52 +02:00
add README.tpl template
This commit is contained in:
parent
ebbdddf971
commit
9d8f316db2
21
README.md
21
README.md
|
@ -1,4 +1,7 @@
|
||||||
[](https://github.com/haraldh/chainerror/actions?query=workflow%3A%22rust%22)
|
[](https://crates.io/crates/chainerror)
|
||||||
|
[](https://docs.rs/chainerror/)
|
||||||
|
[](https://coveralls.io/github/haraldh/chainerror?branch=master)
|
||||||
|
[](https://github.com/haraldh/chainerror/actions?query=workflow%3A%22Rust%22)
|
||||||
[](https://isitmaintained.com/project/haraldh/chainerror "Average time to resolve an issue")
|
[](https://isitmaintained.com/project/haraldh/chainerror "Average time to resolve an issue")
|
||||||
[](https://isitmaintained.com/project/haraldh/chainerror "Percentage of issues still open")
|
[](https://isitmaintained.com/project/haraldh/chainerror "Percentage of issues still open")
|
||||||

|

|
||||||
|
@ -214,4 +217,18 @@ Kind(NotFound)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
License: MIT/Apache-2.0
|
## License
|
||||||
|
|
||||||
|
Licensed under either of
|
||||||
|
|
||||||
|
* 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)
|
||||||
|
|
||||||
|
at your option.
|
||||||
|
|
||||||
|
### Contribution
|
||||||
|
|
||||||
|
Unless you explicitly state otherwise, any contribution intentionally
|
||||||
|
submitted for inclusion in the work by you, as defined in the Apache-2.0
|
||||||
|
license, shall be dual licensed as above, without any additional terms or
|
||||||
|
conditions.
|
||||||
|
|
24
README.tpl
Normal file
24
README.tpl
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
[](https://crates.io/crates/chainerror)
|
||||||
|
[](https://docs.rs/chainerror/)
|
||||||
|
[](https://coveralls.io/github/haraldh/chainerror?branch=master)
|
||||||
|
{{badges}}
|
||||||
|
|
||||||
|
# {{crate}}
|
||||||
|
|
||||||
|
{{readme}}
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Licensed under either of
|
||||||
|
|
||||||
|
* 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)
|
||||||
|
|
||||||
|
at your option.
|
||||||
|
|
||||||
|
### Contribution
|
||||||
|
|
||||||
|
Unless you explicitly state otherwise, any contribution intentionally
|
||||||
|
submitted for inclusion in the work by you, as defined in the Apache-2.0
|
||||||
|
license, shall be dual licensed as above, without any additional terms or
|
||||||
|
conditions.
|
Loading…
Reference in a new issue