shortlink-rs

Crates.ioshortlink-rs
lib.rsshortlink-rs
version0.0.1
sourcesrc
created_at2023-07-10 03:32:24.720837
updated_at2023-07-10 03:32:24.720837
descriptionA short link service system implemented by rust language
homepagehttps://houseme.github.io/shortlink-rs/
repositoryhttps://github.com/houseme/shortlink-rs.git
max_upload_size
id912507
size3,307
houseme (houseme)

documentation

https://docs.rs/shortlink-rs/

README

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.

Commit count: 4

cargo fmt