#url #shorten #com #async #token #long #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

#8 in #shorten

Download history 2/week @ 2024-11-27 7/week @ 2024-12-04 6/week @ 2024-12-11 1/week @ 2024-12-18 9/week @ 2025-01-01 5/week @ 2025-01-08 2/week @ 2025-01-22 10/week @ 2025-01-29 22/week @ 2025-02-05 13/week @ 2025-02-12 7/week @ 2025-02-19 16/week @ 2025-02-26

63 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
~258K SLoC