doc: further documentation of the libs

This commit is contained in:
Strix 2023-12-19 00:50:52 +01:00
parent 47da8c1a4c
commit f60e444c68
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7
2 changed files with 14 additions and 0 deletions

10
domo_lib/README.md Normal file
View 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
View 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.