summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2bade59..1c9db30 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,10 @@ headers = { 'Authorization' => Net::Hippie.bearer_auth('token') }
Net::Hippie.get('https://www.example.org', headers: headers)
```
+## Rust Backend
+
+Net::Hippie now supports an optional high-performance Rust backend. See [RUST_BACKEND.md](RUST_BACKEND.md) for installation and usage instructions.
+
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/test` to run the tests.