Crates.io | tinyurl-rs |
lib.rs | tinyurl-rs |
version | 0.1.1 |
source | src |
created_at | 2022-10-06 23:56:31.999072 |
updated_at | 2022-10-11 13:18:03.571531 |
description | Crate to simplify using tinyurl.com to shorten long urls in async rust. |
homepage | |
repository | |
max_upload_size | |
id | 681669 |
size | 32,265 |
Supported endpoints:
/create
see https://tinyurl.com/app/dev
run
TOKEN=<your tinyurl token> cargo r --example simple