Expand description
ascii byte expression utilities
ABE is a byte templating language. See guide#ABE for more info. *
Statics§
- DEFAULT_
POINT_ EXPR - default fmt in many cases and output for
[point]
Functions§
- lka_
encode - encode bytes as an abe that evaluate back to bytes.
- lka_
encode_ utf8 - encode as utf8 and escape only invalid byte sequences and ‘[’ ‘]’.
- lka_
eval - Evaluate an expression to bytes.
- lka_
eval2str - lka_eval and String::from_utf8
- lka_
eval_ strict - Same as lka_eval but accepts bytes outside the range 0x20..0xfe as-is. useful for templating with newlines and utf bytes.
- lka_
space_ expr - lka_
try_ encode - lka_encode with Err on: