Julien Cretin

Results 167 comments of Julien Cretin

While trying to create a minimal example, I found the issue. The `defmt:0.3.8` crate depends on `defmt-macros:0.3.2` and my `Cargo.lock` was using `0.3.6` which doesn't seem to have the fix....

Are those files even used? Taplo should download schemas from SchemaStore directly.

FYI: This PR might have introduced a "warning" regression: https://github.com/rust-lang/cargo/issues/14290.

Having access to a Rust version of `libusb_submit_transfer` and other `libusb_transfer`-related functions would also permit to use `libusb_transfer_flags` like `LIBUSB_TRANSFER_ADD_ZERO_PACKET` which is useful. I don't think it's currently possible to...

Good point, an `HmacMarker` would be needed to replace the sealed trait (similar to the existing `HashMarker` and `MacMarker`), or the sealed trait could be renamed and exposed. I'm not...

> See how the `Hkdf` struct is defined. It uses `I::Core`, which does have any internal buffers. It's probably simpler if I write a PR when I'm back in 3...

Sorry for the very long delay, but I finally got time to get to this. I've created #82 to show an example of what I mean. Here are the main...

Not a blog post per se, but it still covers some of the aspects in "The Good", in particular useful crates of the ecosystem: https://google.github.io/wasefire/acknowledgments.html

Is there a way to make `cargo check --lib --tests` behave the same as running `cargo check --lib && cargo check --tests`? **Context** I used to run `cargo check --all-targets`...

As far as I can tell this is obsolete and can be closed. Head is already using 0.15.6.