MCPcopy Create free account
hub / github.com/ExtropyIO/SolanaBootcamp / ExerciseList

Class ExerciseList

homeworks_rust/src/exercise.rs:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38#[derive(Deserialize)]
39pub struct ExerciseList {
40 pub exercises: Vec<Exercise>,
41}
42
43// A representation of a rustlings exercise.
44// This is deserialized from the accompanying info.toml file

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected