#url #com #async #shorten #token #api #tinyurl

tinyurl-rs

Crate to simplify using tinyurl.com to shorten long urls in async rust

2 releases

0.1.1 Oct 11, 2022
0.1.0 Oct 6, 2022

#5 in #shorten

44 downloads per month

Custom license

10KB
83 lines

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

Dependencies

~6–19MB
~283K SLoC