endpoint-libs 1.9.0

Common dependencies to be used with Pathscale projects, projects that use [endpoint-gen](https://github.com/pathscale/endpoint-gen), and projects that use honey_id-types.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod endpoint;
pub mod json_schema;
pub mod pg_func;
pub mod service;
pub mod types;
pub use endpoint::*;
pub use json_schema::*;
pub use pg_func::*;
pub use service::*;
pub use types::*;