Function linkspace::abe::lk_try_encode
source · pub fn lk_try_encode(
bytes: impl AsRef<[u8]>,
options: &str,
ignore_encoder_err: bool
) -> LkResult<String>
Expand description
lk_encode with Err on:
- wrong options
- no result ( use a /: to fallback to abtxt)
- if !ignore_encoder_err on any encoder error