mirror of
https://github.com/YGGverse/titanite.git
synced 2026-03-31 17:15:33 +00:00
update links
This commit is contained in:
parent
cdb6219763
commit
a966b36bd4
2 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
[](https://deps.rs/repo/github/YGGverse/titanite)
|
||||
[](https://crates.io/crates/titanite)
|
||||
|
||||
Client/Server Library for [Gemini protocol](https://geminiprotocol.net/docs/protocol-specification.gmi) with Titan support
|
||||
Client/Server Library for Gemini protocol with Titan support
|
||||
|
||||
Unlike [ggemini](https://github.com/YGGverse/ggemini), which was created for Glib-based applications, titanite is oriented for use with the native [Rust](https://www.rust-lang.org/) ecosystem ecosystem.
|
||||
This library was primarily created for [titanit](https://github.com/YGGverse/titanit), a file-sharing server.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
use anyhow::{bail, Result};
|
||||
|
||||
/// https://geminiprotocol.net/docs/protocol-specification.gmi
|
||||
pub struct Gemini {
|
||||
pub url: String,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue