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.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MIIRC 3fcc9ae142 Linting 3 years ago
.idea More Linting and workspace cleanup 3 years ago
.vscode Added a debug config for vscode 3 years ago
src Linting 3 years ago
.gitignore Initial commit 3 years ago
Cargo.toml Ensure store path created if not found 3 years ago
LICENSE Initial commit 3 years ago
README.md Update copywrite to fix typos 3 years ago

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