Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anpep/urlencode
urlencode URL-encodes
https://github.com/anpep/urlencode
Last synced: 19 days ago
JSON representation
urlencode URL-encodes
- Host: GitHub
- URL: https://github.com/anpep/urlencode
- Owner: anpep
- Created: 2022-04-13T21:53:02.000Z (over 2 years ago)
- Default Branch: trunk
- Last Pushed: 2022-04-13T21:54:27.000Z (over 2 years ago)
- Last Synced: 2024-04-17T17:53:26.863Z (8 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# urlencode
`urlencode` URL-encodes.
## Usage
```
$ echo "Hello, world!" | urlencode
Hello%2C%20world%21
```