General Upgrade, NEW: WebServers, Better Docs
Some checks failed
CI / checks (push) Failing after 5m18s
Some checks failed
CI / checks (push) Failing after 5m18s
This commit is contained in:
parent
5f11d476b6
commit
6e5c985719
122 changed files with 10309 additions and 5206 deletions
|
|
@ -30,4 +30,6 @@ pub enum CryptoError {
|
|||
InvalidHex,
|
||||
#[error("invalid base64 encoding")]
|
||||
InvalidBase64,
|
||||
#[error("TLS error: {0}")]
|
||||
Tls(String),
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue