Henri Sivonen

Results 255 comments of Henri Sivonen

Yeah, this gets messy if the same app 1) uses it both from C and C++ and 2) it passes what's returned from Rust to C further from C to...

Oops. Sorry, my previous reply was bogus. Let's try again. In my previous reply, I what thinking of `Encoder` and `Decoder`, which are returned by value in Rust and are...

That's sad. Since there were no default features previously, my assumption was that no one would have had a reason to do `default-features = false` and a one-time addition of...

I've examined quite a number of crates the depend on `encoding_rs`, and `allsorts_no_std` is an exception by disabling default features before there were any to disable. Instead of yanking the...

The other stuff is needed for running `cargo test`. I'm not sure what the expectations are / etiquette is regarding publishing everything that's needed for running tests to crates.io.

I'll leave this open in case someone else really cares enough to implement and measure, but * The hot part of EUC-KR has to remain in its present order. *...

Thank you! My results so far: * I can't reproduce the `out_of_bound` case locally in Miri. * I have stepped through cases 118, 140, and 596 in x86 debug executions,...

@RalfJung @YoshikiTakashima Thank you. The OOB case indeed materialized an OOB pointer though didn't dereference it. Fixed in #53 . I'm leaving this issue open to remind me to check...

I don't want to commit to making the internal representation of these tables public. If there are compelling use cases, maybe encoding_rs could provide an iterator over the known labels....