tortuga 0.7.2

A Rust-based CGI-specific HTTP web server.
Documentation
1
2
3
4
5
6
7
//! Information about the tortuga program.

/// The name of the command-line interface executable.
pub const PROGRAM: &str = env!("CARGO_CRATE_NAME");

/// The full (major, minor, and path) version of Tortuga.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");