Commit Graph

10 Commits (master)
 

Author SHA1 Message Date
Avril ecbcc6ccfb
Removed useless TODO
2 years ago
Avril bd3af1b167
Removed `byte-strings` as a default feature: It causes a slight slowdown, and most people won"t need it"s functionality. `ignore-invalid-arguments` is thus prefered as default.
2 years ago
Avril 67aee7c96e
Added feature (default) `byte-strings`: Operate on raw byte strings instead of UTF8 strings.
2 years ago
Avril 7c85310ca5
Start feature `byte-strings`: Operate on raw byte strings instead of UTF8 strings.
2 years ago
Avril a705723837
Added README.md
2 years ago
Avril 5f8d472483
Added ignore-invalid-args: (default feature flag) Invalid utf8 arguments are ignored from the input arguments (as they are from the stdin lines.) If disabled, the invalid arg is kept and invalid utf8 characters are replaced with the unicode "invalid character" character instead.
2 years ago
Avril 0a78bcfd55
TODO: collect_input(): Use non-panicking functions for getting args/lines (so in release builds, no panic handler is generated)
2 years ago
Avril ed75b8b766
Added default features: buffer-output, ignore-output-errors
2 years ago
Avril 5a9edf3f5c
Added testing features for buffering output, and ignoring output errors.
2 years ago
Avril 47df7a1e91
Changed print output to line-by-line (can be re-set to debug print output with feature flag.)
2 years ago