mirror of
https://github.com/kristoferssolo/tls-pq-bench.git
synced 2026-03-22 00:36:21 +00:00
refactor(server,common): introduce custom error types with thiserror and miette
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
//! Common types and utilities for the TLS benchmark harness.
|
||||
|
||||
pub mod cert;
|
||||
pub mod error;
|
||||
pub mod protocol;
|
||||
|
||||
pub use error::Error;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::fmt;
|
||||
use strum::{Display, EnumString};
|
||||
|
||||
Reference in New Issue
Block a user