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-27 12:42:52 -04:00

25 lines
550 B
Plaintext

#![enable(implicit_some)]
#![enable(unwrap_newtypes)]
#![enable(unwrap_variant_newtypes)]
[
GameRecord(
version: "0.3.0",
periods: [
Period(
start: First,
end: Fourth,
plays: [
Play(
action: None,
down: Kickoff(
offence: Nebraska
),
terrain: Yards(10)
),
]
)
]
)
]