Thanks to visit codestin.com
Credit goes to docs.rs

Crate guts_web

Crate guts_web 

Source
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::*;

Modules§

error
Error types for the web gateway.
markdown
Markdown rendering utilities.
routes
Web route handlers for the Guts web gateway.
templates
Askama template definitions.