Crate fundu_core
Source - config
- Provide the
Config, ConfigBuilder and other structures used to adjust the parsing
process - error
- Provide the errors used in fundu like
ParseError and TryFromDurationError - parse
- This module is the working horse of the parser. Public interfaces to the parser are located in
the main library
lib.rs. - time
- Contains all time related structures used in fundu like
TimeUnit and Duration - util
- A collection of useful functions, constants which are in use across the whole crate