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.
Fortune for reverse's current commit: Small curse − 小凶
|
3 years ago |
Avril
|
67aee7c96e
|
Added feature (default) `byte-strings`: Operate on raw byte strings instead of UTF8 strings.
Fortune for reverse's current commit: Blessing − 吉
|
3 years ago |
Avril
|
7c85310ca5
|
Start feature `byte-strings`: Operate on raw byte strings instead of UTF8 strings.
TODO: Test with args. Reading from stdin: check TODO in there, and test.
Fortune for reverse's current commit: Future blessing − 末吉
|
3 years ago |
Avril
|
a705723837
|
Added README.md
Fortune for reverse's current commit: Future blessing − 末吉
|
3 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.
Fortune for reverse's current commit: Curse − 凶
|
3 years ago |
Avril
|
0a78bcfd55
|
TODO: collect_input(): Use non-panicking functions for getting args/lines (so in release builds, no panic handler is generated)
Fortune for reverse's current commit: Half curse − 半凶
|
3 years ago |
Avril
|
ed75b8b766
|
Added default features: buffer-output, ignore-output-errors
Fortune for reverse's current commit: Half blessing − 半吉
|
3 years ago |
Avril
|
5a9edf3f5c
|
Added testing features for buffering output, and ignoring output errors.
Fortune for reverse's current commit: Curse − 凶
|
3 years ago |
Avril
|
47df7a1e91
|
Changed print output to line-by-line (can be re-set to debug print output with feature flag.)
Fortune for reverse's current commit: Middle blessing − 中吉
|
3 years ago |