eupn
eupn
Closes #65. Please check with this branch, @Emoun. Should you get no issues, I'll merge this and release a new version.
Hello and thank you for your efforts and great HTTP mock library! I use it extensively. I have some more of an edge use-case when I want to test my...
An inline keyboard that changes a live location. Please add `hacktoberfest-accepted` label to this PR for it to count, thanks!
Closes #36. An example of prompts with defaults: ```console ❯ kickstart https://github.com/knurling-rs/app-template Author's name? [default: You ]: How to you name your project's crate? [default: my-embedded-app, validation: ^([a-zA-Z][a-zA-Z0-9_-]+)$]: What's the...
I think it could be better to replace `cargo-generate` with a similar but more powerful tool [`kickstart`](https://github.com/Keats/kickstart). This tool supports custom template variables. This should free the user of most...
This would simplify the examples by getting rid of the HCI commands queue. This is a good case for `async`/`.await`, but the support is not there yet, so let's just...
First of all, thank you for all your effort, @danielgallagher0! I'm just started to use this crate with [STM32WB5x](https://www.st.com/en/microcontrollers-microprocessors/stm32wbx5.html) chips that have a Cortex-M0+ coprocessor with a BLE stack. This...
It would be nice to add possibility to open DB in read-only mode, eg. at least for: * Reading DB from multiple processes * Create checkpoints of DB which is...