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.
Go to file
MIIRC 3fcc9ae142 Linting 2020-11-14 16:12:53 -05:00
.idea More Linting and workspace cleanup 2020-11-13 22:02:02 -05:00
.vscode Added a debug config for vscode 2020-11-08 10:24:54 -05:00
src Linting 2020-11-14 16:12:53 -05:00
.gitignore Initial commit 2020-10-28 18:56:56 +00:00
Cargo.toml Ensure store path created if not found 2020-11-11 13:10:37 -05:00
LICENSE Initial commit 2020-10-28 18:56:56 +00:00
README.md Update copywrite to fix typos 2020-10-28 16:13:47 -04:00

README.md

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 PigeonProtocolConsortium. See the spec for further information.

License

A rust crate for the core of Pigeon (the API).

Copyright (C) 2020 PigeonProtocolConsortium

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