MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / WebConfig

Class WebConfig

src/dev_server.rs:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47#[derive(Deserialize, Default)]
48struct WebConfig {
49 port: Option<u16>,
50 browsers: Option<Vec<String>>,
51}
52
53#[derive(Clone, Debug, Deserialize, Serialize, PartialEq)]
54pub enum Platform {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected