tinyurl-rs

Crates.iotinyurl-rs
lib.rstinyurl-rs
version0.2.0
created_at2022-10-06 23:56:31.999072+00
updated_at2025-11-21 03:17:55.200528+00
descriptionCrate to simplify using tinyurl.com to shorten long urls in async rust.
homepagehttps://github.com/extrawurst/tinyurl-rs
repositoryhttps://github.com/extrawurst/tinyurl-rs
max_upload_size
id681669
size50,124
(extrawurst)

documentation

https://docs.rs/tinyurl_rs

README

Crates.io Documentation

tinyurl api in rust

Supported endpoints:

  • /create

see https://tinyurl.com/app/dev

example

run

TOKEN=<your tinyurl token> cargo r --example simple
Commit count: 0

cargo fmt