link-bridge 0.1.0

A lightweight Rust library for creating URL redirects with short names that generate web pages redirecting to longer links on your website.
Documentation

link-bridge

Crates.io Documentation circleci-badge MIT licensed Rust 1.81+ BuyMeaCoffee GitHubSponsors

A lightweight Rust library for creating URL redirects with short names that generate web pages redirecting to longer links on your website.

Features

  • 🚀 Fast and lightweight URL redirection
  • 🔧 Simple API for creating short name to long URL mappings

Quick Start

Add this to your Cargo.toml:

[dependencies]
link-bridge = "0.1"

Basic Usage

Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines.

Development Setup

git clone https://github.com/jerus-org/link-bridge.git
cd link-bridge
cargo build
cargo test

Running Tests

# Run all tests
cargo test

# Run with coverage
cargo tarpaulin --out html

Changelog

See CHANGELOG.md for version history and breaking changes.

Licence

This project is licensed under the MIT Licence - see the LICENCE file for details.

Acknowledgments

  • Inspired by URL shortening services like bit.ly and tinyurl
  • Thanks to the Rust community for feedback and contributions

For questions, issues, or feature requests, please open an issue on GitHub.