#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

Download history 21/week @ 2024-05-13 41/week @ 2024-05-20 48/week @ 2024-05-27 46/week @ 2024-06-03 50/week @ 2024-06-10 40/week @ 2024-06-17 44/week @ 2024-06-24 72/week @ 2024-07-01 14/week @ 2024-07-08 14/week @ 2024-07-15 12/week @ 2024-07-22 28/week @ 2024-07-29 15/week @ 2024-08-05

71 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–18MB
~267K SLoC