MCPcopy Create free account
hub / github.com/17cupsofcoffee/nova / Project

Class Project

src/ldtk.rs:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#[derive(Clone, Debug, Deserialize)]
7#[serde(rename_all = "camelCase")]
8pub struct Project {
9 pub levels: Vec<Level>,
10 pub defs: Defs,
11}
12
13impl Project {
14 pub fn from_file(path: impl AsRef<Path>) -> Project {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected