sepp-rs 0.1.0

The official Rust client for sepp, a small, language-agnostic durable job queue
Documentation
1
2
3
4
5
6
7
pub mod sepp {
    // prost-generated oneof variants trip this lint
    #[allow(clippy::enum_variant_names)]
    pub mod v1 {
        include!(concat!(env!("OUT_DIR"), "/sepp.v1.rs"));
    }
}