-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.tpl
More file actions
31 lines (21 loc) · 915 Bytes
/
README.tpl
File metadata and controls
31 lines (21 loc) · 915 Bytes
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
[](https://docs.rs/cadd/latest/cadd/)
[](https://crates.io/crates/cadd)
[](https://github.com/Riateche/cadd#license)
# {{crate}}
{{readme}}
## Development tips
### Updating generated code in `ops.rs`
```
cargo run -p cadd_generator -- . && cargo fmt && cargo clippy && cargo doc
```
### Updating `README.md`
```
cargo install cargo-readme
cargo readme --output README.md
```
## License
Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.