holochain_zome_types 0.1.0-beta-rc.1

Holochain zome types
Documentation
//! represent arbitrary bytes (not serialized)
//! e.g. totally random crypto bytes from random_bytes

/// simply alias whatever serde bytes is already doing for Vec<u8>
pub type Bytes = serde_bytes::ByteBuf;