mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-16 05:28:12 -07:00
readme: add disclaimer
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user