trotter 1.0.2

Trotter 🎠 is an experimental crate that aims to make writing Gemini clients fun and easy.
Documentation
1
2
3
4
5
pub struct Titan {
	pub content: Vec<u8>,
	pub mimetype: String,
	pub token: Option<String>,
}