Added Banner and Credits

This commit is contained in:
MIIRC 2020-10-28 16:11:22 -04:00
parent 05a28aaa1e
commit aa6c05480c
1 changed files with 6 additions and 0 deletions

View File

@ -1,7 +1,13 @@
<img src="https://tildegit.org/PigeonProtocolConsortium/Protocol-Spec/media/branch/main/logo.png" />
# pigeonrs_core
A rust crate for the core of Pigeon (the API). You should use this crate as a dependency for any pigeon application written in rust. The idea is to have core free from system specific code so that it can be used for a cli, wasm package, etc.
## Credits
A project of the [Pigeon Protocol Consortium](https://tildegit.org/PigeonProtocolConsortium). See [the spec](https://tildegit.org/PigeonProtocolConsortium/Protocol-Spec) for further information.
## License
A rust crate for the core of Pigeon (the API).