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
2025-03-31 18:35:11 -04:00

26 lines
571 B
Plaintext

#![enable(implicit_some)]
#![enable(unwrap_newtypes)]
#![enable(unwrap_variant_newtypes)]
[
Game(
version: "0.3.0",
periods: [
Period(
start: First,
end: Fourth,
plays: [
Kickoff(Nebraska),
Play(
action: Unknown,
down: First,
terrain: Yards(10)
),
Score(3),
Pat(Fail)
]
)
]
)
]