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-04-24 11:37:56 -04:00

20 lines
375 B
Plaintext

#![enable(implicit_some)]
#![enable(unwrap_newtypes)]
#![enable(unwrap_variant_newtypes)]
[
Game(
version: "0.7.0",
flags: [],
events: [
Quarter(First),
Kickoff(Nebraska),
Play(
action: Unknown,
down: Second,
terrain: Yards(10),
),
]
)
]