This repository has been archived on 2025-07-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
miller/templates/logfile.ron

26 lines
569 B
Plaintext

#![enable(implicit_some)]
#![enable(unwrap_newtypes)]
#![enable(unwrap_variant_newtypes)]
[
Game(
version: "0.5.0",
flags: [],
periods: [
Period(
start: First,
end: Fourth,
events: [
Kickoff(Nebraska),
Play(
action: Unknown,
down: First,
terrain: Yards(10)
),
Score(FieldGoal),
]
)
]
)
]