Expand description
Guts Web Gateway
Provides browser-based access to Guts repositories, including:
- Repository browsing with file tree navigation
- Pull request and issue viewing
- Markdown rendering for README files
- Syntax-highlighted code viewing
- Search functionality
- API documentation with Swagger UI
Re-exports§
pub use error::WebError;pub use markdown::render_markdown;pub use routes::web_routes;pub use routes::WebState;pub use templates::*;