module watt.license
Ensures the license is embedded in binaries.
Code Map
//! Ensures the license is embedded in binaries.
module watt.license;
//! Identifier for this version of Watt.
enum ident;
//! This is the license for the watt library.
enum license;
enum ident
Identifier for this version of Watt.
enum license
This is the license for the watt library.