Versions in this module Expand all Collapse all v0 v0.0.2 Jan 19, 2025 v0.0.1 Dec 8, 2024 Changes in this version + var DuplicateColName = errors.New(...) + var InvalidHeader = errors.New(...) + var InvalidHeaders = errors.New("The supplied list of headers is not valid with the supplied struct.") + var InvalidOptionsFlag = errors.New("Invalid optionsFlag") + var InvalidStructField = errors.New(...) + var MalformedCSVFile = errors.New("The supplied CSV file is not valid.") + var MalformedCSVStruct = errors.New("The supplied struct was not valid.") + var OPTIONS_FLAG []optionsFlag = []optionsFlag + func Flatten(elems iter.Iter[[]string], opts *options) iter.Iter[string] + func FromStructs[R any](src iter.Iter[R], opts *options) iter.Iter[[]string] + func NewOptions() *options + func NewOptionsFlag() optionsFlag + func Parse(src string, opts *options) iter.Iter[[]string] + func ToStructs[R any](src iter.Iter[[]string], opts *options) iter.Iter[R]