notepack 0.3.0

A compact binary format and Rust library for encoding and decoding Nostr notes
Documentation
1
2
3
4
5
#[derive(Debug, Clone)]
pub enum StringType<'a> {
    Bytes(&'a [u8]),
    Str(&'a str),
}