cdbennett

Results 3 issues of cdbennett

How can user code using tokio-modbus as a Modbus client detect what specific exception code a server returned? Two interrelated parts of this question: 1. How user code can distinguish...

Don't require rustls default features which pulls in aws-lc-rs directly and prevents applications using amqprs from using ring instead. The dev-dependencies do depend on aws-lc-rs since they call its initialization...

The dependency of `amqprs` on `rustls` shouldn't require the default features of `rustls`. This is particularly important for the `aws-lc-rs` vs. `ring` features which it seems that `rustls` In rustls...