taxa-server 0.1.0

axum web server for taxa: reproduces the HTTP contract + serves the embedded D3 frontend.
docs.rs failed to build taxa-server-0.1.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.

taxa-server

The axum web server for a taxa dataset. It reproduces the HTTP contract the D3 frontend speaks (/api/manifest, /api/treemap, /api/series, /api/scatter, /api/search, /api/entity/…, /api/geo) and serves the frontend itself, embedded into the binary at compile time via rust_embed.

taxa ships the geo mechanism, not geo data: built-in states/counties/ countries maps draw from generic atlases bundled in web/vendor/; custom layers come from a consumer-supplied --geo-dir.

Part of the taxa workspace. Most users reach this through taxa-cli or the taxa authoring facade.

License

MIT