topcoat-cli 0.8.1

A modular, batteries-included Rust web framework for server-rendered apps.
Documentation
1
2
3
4
5
//! Functionality shared by the CLI's commands, as opposed to the command
//! modules themselves.

pub mod cargo;
pub mod version;