types/examples/hello_isahc
2023-11-27 16:18:37 +01:00
..
src Remove borrowing in requests 2022-11-28 14:02:35 +01:00
Cargo.toml Release ruma 0.9.4 2023-11-27 16:18:37 +01:00
README.md examples: Move all examples to the root folder 2022-03-21 14:23:57 +01:00

Same as the hello_world example, but using the isahc HTTP client (a Rust wrapper around libcurl).

Usage

You will need to use an existing account on a homeserver that allows login with a password.

In this folder, you can run it with this command:

cargo run <homeserver_url> <username> <password> <room>