Module date
utils
0.0.0
Module date
Module Items
Structs
In crate utils
Modules
array
bit
date
graph
grid
input
md5
multithreading
multiversion
number
parser
point
prelude
simd
Macros
examples
multiversion
parser_literal_map
parser_parse_tree
puzzles_noop
year
Traits
Puzzle
PuzzleExamples
utils
Module
date
Copy item path
Settings
Help
Summary
Source
Expand description
Items for representing days, years and dates.
Structs
§
Date
Represents the
Year
and
Day
a puzzle was released.
Day
Represents a day between 1 and 25 (inclusive).
Invalid
DayError
Error type returned when trying to convert an invalid value to a
Day
.
Invalid
Year
Error
Error type returned when trying to convert an invalid value to a
Year
.
Year
Represents a 4-digit year, 2015 or later.