readme: add disclaimer

This commit is contained in:
nym21
2025-02-26 12:59:35 +01:00
parent 34923638c5
commit 66b31a62d0
7 changed files with 185 additions and 139 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
use byteview::ByteView;
#[derive(Debug)]
pub struct Unit();
pub struct Unit;
impl From<ByteView> for Unit {
fn from(_: ByteView) -> Self {
Self()
Self
}
}
impl From<Unit> for ByteView {