Hannes Furmans

Results 20 issues of Hannes Furmans

I made this prototype implementation of no_std.

My application requires passive wifi scanning wich is not possible through the trait. My suggestion would be to add some config for the wifi scanning. I also consider it suboptimal...

This Pull Request brings the library into the standards and convention of Rust at the time of writing, at least from my point of view. - Everything that can be...

The version currently published on [crates.io](https://crates.io/crates/keychain-services) depends on zeroize 0.4 which is a yanked release. The version in this repository however specifies the use of zeroize 1.1 in Cargo.toml. Please...

Is this crate still in development or is it abandoned

In Rust 1.80 cfg checking was introduced in stable. Since we use `cfg(nightly)` in one test to check the number of variants, we need to tell the compiler that this...

I aligned with rust-libp2p in that feature guarded items are now so documented.

## Description On Apple platforms the tests regarding IPv6 and mDNS always fail. This is because the system service mdnsresponder uses that port. To check that it's running run: ```bash...

- **Properly handle common issue with IPv6 mdns on macOS (and all other apple platforms** - **First iteration of Apple CI** ## Description ## Notes & open questions ## Change...

Hi Max! :wave: long time no see :) # Description I have bumped the versions to newer releases making sure that the platforms I add later are actually working. I...