Julien Cretin
Julien Cretin
This needs testing.
### Problem - I'm a library writer. - I only want to use caret requirements (I'm open to be convinced otherwise). - I want my library to work with the...
### Problem With `nightly-2024-05-01-x86_64-unknown-linux-gnu`, we don't get any warning during `cargo package` or `cargo publish` that implicit (i.e. not listed in the `Cargo.toml`) examples and tests are not included (when...
### Bug Description ``` maturin has panicked. This is a bug in maturin. Please report this at https://github.com/PyO3/maturin/issues/new/choose. If you can reliably reproduce this panic, include the reproduction steps and...
This is needed for #278 and similar to #632.
This may remove problems with required system dependencies. Reference: https://crates.io/crates/nusb
### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Clap Version 4.5.9 ### Describe your...
See https://blog.rust-lang.org/2025/04/04/c-abi-changes-for-wasm32-unknown-unknown.html for context. We need to only pass scalars. We can still provide an inline wrapper to convert from indirect to direct style, so that the prelude doesn't need...
This is part of #46 and was developed in the `dev/fast-interp` branch.