Public libraries and utilities for using poststation
. Repo highlights:
These are crates that are depended on by other parts of this repository,
and are not typically intended to be used directly by users of Poststation.
Currently this is just crates/poststation-api-icd
, which contains types
used to communicate with the Poststation server on the host side.
This folder contains end-to-end examples usable to demonstrate functionalty
of Poststation. See examples/README.md
for more
details.
This folder is intended to contain up-to-date templates that can be used to start a project. You should generally be able to copy the directory, rename the projects, and use that as the beginning of your Poststation compatible project.
This folder contains tools that end-users are expected to be used by developers working with Poststation.
The poststation
server is proprietary. All source code in this repository is licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.