mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
initial commit
This commit is contained in:
parent
381a398de1
commit
a7083852c3
22 changed files with 446 additions and 15 deletions
5
src/client/response/header/error.rs
Normal file
5
src/client/response/header/error.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pub enum Error {
|
||||
Buffer,
|
||||
Format,
|
||||
Status,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue