pub fn lk_try_encode(
    scope: LkScope<'_>,
    bytes: &[u8],
    options: &str,
    ignore_encoder_err: bool
) -> LkResult<String>
Expand description

lk_eval with a custom scope that errors on bad option & can explicit trigger error on no encoding found.