Ingvar Stepanyan
Ingvar Stepanyan
> Adding warnings when assertions are enabled sounds good. I meant also allowing no-op `async()` annotations in regular Asyncify.
Huh, that's odd. I think they still worked on an older project recently, but maybe I need to recheck again that it's using latest version...
> I think some of it was working when not using the `async` annotation (which is relatively new). Ah right, I wasn't using it yet due to assertion. So you're...
Looking at implementation and https://github.com/serde-rs/json/pull/76, is this somewhat similar but on serde level instead of JSON one?
(looking at both in context of https://github.com/serde-rs/serde/issues/979)
For the record, another angle I had on my mind worth exploring here: positioned-io or olio or similar crates. In particular, positioned-io has a `Slice` type that, combined with some...
Experimented with this in the `bytes` branch by using https://github.com/tokio-rs/bytes - which, in theory, should be much cheaper thanks to sharing data - but at least performance-wise it's much worse,...
> Thanks for the idea. Heh no worries. It would certainly help us, as for now we have to ask users to install correct wasm-opt binaries for their platform as...
> which will search the static library on OS It's not really the same though as automated download of the correct static library by Cargo / build.rs itself, as it...
Huh was looking into syn-serde and noticed it lacks location information, so thought I'd raise an issue... but apparently I've been down this road 4 years ago? I have no...