aorist_primitives 0.0.12

Primitive macros for the aorist project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod alluxio;
mod aws;
mod gcp;
mod gitea;
mod minio;
mod postgres;
mod presto;
mod ranger;

pub use alluxio::*;
pub use aws::*;
pub use gcp::*;
pub use gitea::*;
pub use minio::*;
pub use postgres::*;
pub use presto::*;
pub use ranger::*;