mirror of
https://github.com/YGGverse/titanite.git
synced 2026-03-31 09:05:31 +00:00
update links
This commit is contained in:
parent
7ffd42da28
commit
001894645a
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use anyhow::{bail, Result};
|
||||
|
||||
/// https://geminiprotocol.net/docs/protocol-specification.gmi
|
||||
/// [Gemini](https://geminiprotocol.net/docs/protocol-specification.gmi) request
|
||||
pub struct Gemini {
|
||||
pub url: String,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
use anyhow::{bail, Result};
|
||||
use std::{collections::HashMap, str::from_utf8};
|
||||
|
||||
/// [Titan](gemini://transjovian.org/titan/page/The%20Titan%20Specification) request
|
||||
pub struct Titan<'a> {
|
||||
pub data: &'a [u8],
|
||||
pub size: usize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue