link-bridge 0.2.2

A lightweight Rust library for creating URL redirects with short names that generate web pages redirecting to longer links on your website.
Documentation
[dependencies.base62]
version = "2.2.1"

[dependencies.chrono]
version = "0.4.41"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde_json]
version = "1.0.141"

[dependencies.thiserror]
version = "2.0.12"

[lib]
name = "link_bridge"
path = "src/lib.rs"

[package]
authors = ["Jeremiah Russell <jrussell@jerus.ie>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "A lightweight Rust library for creating URL redirects with short names that generate web pages redirecting to longer links on your website."
edition = "2021"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["redirect", "url", "short-link", "web", "rust"]
license = "MIT"
name = "link-bridge"
publish = true
readme = "README.md"
repository = "https://github.com/jerus-org/link-bridge"
rust-version = "1.81"
version = "0.2.2"