Marc-Antoine Perennou

Results 163 comments of Marc-Antoine Perennou

Note that enabling the rustls-native-tls feature should be the same as this

(Context for the AMQP VS AMQPS: if you use amqps, lapin does the tls itself, if you use amqp it doesn't. Since you're doing the TLS yourself here, that's why...

Yes, this should definitely be done. Note that the options for example are not all defined by the protocol, but rather by the implementation so it's hard to do a...

Now that tide depends on femme, it pulls in async-log-attributes and it's sad to see proc-macro2/syn/quote 0.x get back in the dependency tree. This would be greatly appreciated to avoid...

@x42 Any chance of getting a release compatible with openssl 1.1?

Let's see how #1083 goes

Well, at least https://github.com/async-rs/async-std/pull/1036#issuecomment-2299720749 will need addressing first

I've fixed a few follow-up problems, CI is now green

Ah, haven't created it on GitHub indeed, but it's on crates.io

This should probably be better documented. That's because type is a reserved keyword iirc