Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/houseme/shortlink-rs
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.
https://github.com/houseme/shortlink-rs
rust shortener shortlink shortlink-rs shortlinks
Last synced: 24 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/houseme/shortlink-rs
- Owner: houseme
- License: apache-2.0
- Created: 2023-07-10T01:20:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T12:53:01.000Z (8 months ago)
- Last Synced: 2024-10-06T08:17:37.017Z (about 1 month ago)
- Topics: rust, shortener, shortlink, shortlink-rs, shortlinks
- Language: Rust
- Homepage: https://houseme.github.io/shortlink-rs/
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# ShortLink-rs
[![Build](https://github.com/houseme/shortlink-rs/workflows/Build/badge.svg)](https://github.com/houseme/shortlink-rs/actions?query=workflow%3ABuild)
[![docs.rs](https://docs.rs/shortlink-rs/badge.svg)](https://docs.rs/shortlink-rs/)
[![License](https://img.shields.io/crates/l/shortlink-rs)](LICENSE-APACHE)
[![Crates.io](https://img.shields.io/crates/v/shortlink-rs)](https://crates.io/crates/shortlink-rs)
[![Crates.io](https://img.shields.io/crates/d/shortlink-rs)](https://crates.io/crates/shortlink-rs)## 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`:
```toml
[dependencies]
shortlink-rs = "0.0.1"
```## Quickstart
rust version >= 1.63.0```rust
```
## Benchmarks
Run them yourself with `cargo bench`.
## License
Licensed under either of* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)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.