https://github.com/bh2smith/test-area
Test Grounds
https://github.com/bh2smith/test-area
Last synced: 12 months ago
JSON representation
Test Grounds
- Host: GitHub
- URL: https://github.com/bh2smith/test-area
- Owner: bh2smith
- Created: 2024-03-07T08:36:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T09:13:21.000Z (over 2 years ago)
- Last Synced: 2025-02-17T10:47:57.865Z (over 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
On macOS:
```sh
cargo run
```
results in Reqwest::Error ("bad protocol version").
However, in Docker:
```sh
docker build -t test-area .
docker run -rm test-area
```
Fetches the content at: https://metroverse.com/blocks/14623
What does it take to make this run outside of a docker image?