Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlaccetti/echoip
Rust version of mpolden's echoip
https://github.com/mlaccetti/echoip
Last synced: 5 days ago
JSON representation
Rust version of mpolden's echoip
- Host: GitHub
- URL: https://github.com/mlaccetti/echoip
- Owner: mlaccetti
- License: bsd-3-clause
- Created: 2021-03-06T01:42:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T20:20:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T10:25:44.991Z (about 1 month ago)
- Language: Rust
- Size: 157 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# echoip
Rust version of mpolden's echoip## Building
```bash
make docker
```## Bumping version
```bash
cargo release patch --execute --no-confirm --no-push --no-tag
```## Roadmap
- [ ] HTTP/2 support
- [ ] HTTP/3 support
- [ ] i18n
- [ ] a11y
- [ ] o11y