docs.rs failed to build aj-8.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
aj-0.8.0
aj
AJ is a simple, customizable, and feature-rich background job processing library for Rust. It runs on pure Tokio runtime using the Kameo actor framework.
Install
= "8.0.0"
= { = "1.0.64", = ["derive"] } # Serialize and deserialize the job
= { = "1", = ["rt-multi-thread", "macros"] } # Async runtime
Quick start
use job;
async
async