Crates.io | shortlink-rs |
lib.rs | shortlink-rs |
version | 0.0.1 |
source | src |
created_at | 2023-07-10 03:32:24.720837 |
updated_at | 2023-07-10 03:32:24.720837 |
description | A short link service system implemented by rust language |
homepage | https://houseme.github.io/shortlink-rs/ |
repository | https://github.com/houseme/shortlink-rs.git |
max_upload_size | |
id | 912507 |
size | 3,307 |
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.
Add the following to your Cargo.toml
:
[dependencies]
shortlink-rs = "0.0.1"
rust version >= 1.63.0
Run them yourself with cargo bench
.
Licensed under either of
at your option.
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.