Expand description
Core processing module
It causes me great pain that I can’t figure out how split these methods up. The fact that we are relying on
lifetime coersion to reuse the shuffler vector really locks down the possible options.
If we go with a dyn trait on the line splitter function it is appreciably slower.
Structs§
- Core
- The main processing loop
- Core
Config - The config object for
Core. - Core
Config Builder - A builder for the
CoreConfigwhich drivesCore.
Enums§
- HckInput
- The input types that
hckcan parse.
Traits§
- Join
Append - A trait for adding
join_appendto a writer.