Page MenuHomeDevCentral

site.rs
No OneTemporary

// -------------------------------------------------------------
// Alkane :: Runner :: Site
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// Project: Nasqueron
// License: BSD-2-Clause
// Description: Represent the website metadata
// -------------------------------------------------------------
pub struct Site {
pub name: String,
pub path: String,
/// The build context, any metadata relevant to the build
pub context: Option<String>,
}

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 18, 23:24 (4 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2991690
Default Alt Text
site.rs (502 B)

Event Timeline