diff options
| author | zirkonya <zirkonya@iridium.lan> | 2026-08-25 18:41:28 +0200 |
|---|---|---|
| committer | zirkonya <zirkonya@iridium.lan> | 2026-08-25 18:41:28 +0200 |
| commit | 8bae725a803ee00bf5bc86b9fc0be6853b95115e (patch) | |
| tree | 1a62d1f61191fb3993a1e3d81f34653fe7a10991 /src/codec/error.rs | |
| parent | 7297bbb864778814ed59e99d0d6b05853704f06d (diff) | |
Add getset ; prepare event and backend
Diffstat (limited to 'src/codec/error.rs')
| -rw-r--r-- | src/codec/error.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/codec/error.rs b/src/codec/error.rs index 6037a9a..c1bd4f7 100644 --- a/src/codec/error.rs +++ b/src/codec/error.rs @@ -1,5 +1,7 @@ use std::fmt::Display; +// TODO : better error (using thiserror) + #[derive(Debug)] pub enum Error { IoError(std::io::Error), |
