rustls/examples
Daniel McCarney cc80bebb64 examples: make logging mandatory.
This commit simplifies the examples sub project to make logging
mandatory instead of an optional feature flag.

In general this is easier to reason about for small example code, and it
resolves a build error that was present when building w/
`--no-default-features` due to the unconditional use of the `log` crate.
2023-03-28 20:44:06 +02:00
..
src/bin Harmonize certificate verifiers construction API (#1189) 2023-02-26 09:51:59 +01:00
tests Improve error reporting for corrupt messages 2023-02-28 10:51:19 +01:00
Cargo.toml examples: make logging mandatory. 2023-03-28 20:44:06 +02:00