graphile_worker_extensions 0.1.8

Extensions package for graphile_worker, a high performance Rust/PostgreSQL job queue
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod any_clone;
mod extensions;
mod map;
mod read_only;

pub use any_clone::AnyClone;
pub use extensions::Extensions;
pub use read_only::ReadOnlyExtensions;

#[cfg(test)]
mod tests;