Files
ureq/examples/mbedtls/README.md
Martin Algesten b0796c18f3 Make build work (#546)
The mbedtls example has caused problem in the main build a number of
times. By making it a standalone `cargo new --bin`, we can keep it in
the source tree as a good example but avoid having it break the main
build.

Also, fix some clippy lints.
2022-09-29 08:29:32 -07:00

10 lines
154 B
Markdown

mbedtls-example
===============
To run this example you need to `cd` into the directory and use `cargo run`.
```
cd ureq/exampled/mbedtls
cargo run
```