pigeon_core/README.md

29 lines
1.2 KiB
Markdown
Raw Normal View History

2020-10-28 18:56:56 +00:00
# pigeonrs_core
2020-10-28 19:57:52 +00:00
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.
## License
A rust crate for the core of Pigeon (the API).
Copyright (C) 2020 PigenProtocolConsortium
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
details.
You should have received a copy of the GNU Affero General Public License along
with this program. If not, see https://www.gnu.org/licenses/ .
### Official Channels
- [Source](https://tildegit.org/PigeonProtocolConsortium/pigeonrs_core)
- [Issues](https://tildegit.org/PigeonProtocolConsortium/pigeonrs_core/issues)
- [Core](https://tildegit.org/org/PigeonProtocolConsortium/teams/owners)