docs: add doc strings and README info
This commit is contained in:
parent
f2552a74ed
commit
1fdf2948fb
3 changed files with 16 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -29,3 +29,13 @@ Current contribution workflow is:
|
|||
2. Use `cz c` to add a commit
|
||||
3. Push changes
|
||||
4. Open pull/merge request
|
||||
|
||||
## Maintainance
|
||||
|
||||
**Versioning:**
|
||||
TODO; explain versioning
|
||||
|
||||
**Check for unused dependencies:**
|
||||
```sh
|
||||
cargo +nightly udeps --all-targets
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue