docs.rs failed to build tourism-0.1.1
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.
Tourism
A Rust library providing gRPC services and protobuf definitions for tourism-related functionality.
The library is designed to be embedded into applications (such as Herculane) and provides reusable service implementations, generated protobuf types, and CLI utilities.
Features
- gRPC service definitions
- Generated protobuf messages
- Database migrations
- Async-first with Tokio
- PostgreSQL support via SQLx
- Reusable as a library or integrated into larger applications
Contributing
Contributions are welcome.
Please ensure that:
- code is formatted with
cargo fmt - warnings from
cargo clippyare addressed - tests pass before submitting changes
- public APIs are documented where appropriate