doc: further documentation of the libs
This commit is contained in:
parent
47da8c1a4c
commit
f60e444c68
2 changed files with 14 additions and 0 deletions
10
domo_lib/README.md
Normal file
10
domo_lib/README.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# `domo_lib`
|
||||||
|
|
||||||
|
This library is only here to provide developers a *streamlined* way to develop domo applications.
|
||||||
|
This way, diving into other libraries allows you to use the *same* `struct`s as anywhere else.
|
||||||
|
|
||||||
|
While it's not required to use this library, it's highly recommended.
|
||||||
|
|
||||||
|
## Contribute?
|
||||||
|
Think something should be different? Please tell me or make a PR!
|
||||||
|
Domo would be nothing without you!
|
4
domo_proto/README.md
Normal file
4
domo_proto/README.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# `domo_proto`
|
||||||
|
|
||||||
|
Low level implementation of the Domo protocol.
|
||||||
|
This library is *usually* up to date and the `MAJOR` version number is up to date with the domo protocol.
|
Loading…
Reference in a new issue