docs.rs failed to build athena_rs-3.26.3
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:
athena_rs-3.26.2
Athena RS 3.25.0
current version: 3.26.3
Athena
Athena is the Rust gateway and runtime (core binary: athena_rs).
athena_rs— the runtime, server, and library surfaces.athena— the CLI / toolchain that interfaces theathena_rsruntime and the APIs.
The athena CLI is the recommended way to interact with Athena (clients, SQL, pipelines, audit, provisioning, etc.). Just run athena with no arguments for a friendly guide.
Start here
- Docs hub
- Workspace scale
- Workspace manifest
- CLI manifest
- Crates overview and crate manifest
- Apps overview and app manifest
- Benches overview and bench manifest
- Examples overview and example manifest
Repository shape
src/holds the rootathena_rsserver/runtime and the Rust SDK surface.crates/contains 29 package directories, including 28 root-workspace members and 1 adjacent crate.apps/contains 8 operator, docs, desktop, marketing, and edge-delivery surfaces.sql/contains runnable provision and migration SQL.docs/contains repo-local architecture, runtime, and workspace documentation.openapi.yamlandopenapi-wss.yamlcapture the HTTP and WebSocket contracts.
Common workflows
- Inspect the runtime CLI from the repo root with
cargo run --bin athena -- --help(orathena --helpafter building). - Run Rust tests and heavier Rust verification from WSL2 on this machine rather than the Windows toolchain.
- Use the folder READMEs when changing one surface; use the MANIFEST files when you need the whole workspace map.