#link #http-api #http #web #api #redirect #shortlink

app shortlink-rs

A short link service system implemented by rust language

1 unstable release

0.0.1 Jul 10, 2023

#61 in #redirect

MIT/Apache

4KB

ShortLink-rs

Build docs.rs License Crates.io Crates.io

Introduction

A short link service system suitable for small and medium-sized community websites. supports short link production, query and 302 redirection, and comes with click statistics, independent IP statistics and access logs.

Install

Add the following to your Cargo.toml:

[dependencies]
shortlink-rs = "0.0.1"

Quickstart

rust version >= 1.63.0


Benchmarks

Run them yourself with cargo bench.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

No runtime deps