[][src]Function rchain_v1::rchain::byte_vector_to_string

fn byte_vector_to_string(arr: &Vec<u8>) -> String

Will take an array of bytes and transform it into a string by interpreting every byte as an character due to RFC 1023 that's not possible @Link https://github.com/rust-lang/rfcs/blob/master/text/1023-rebalancing-coherence.md (trait and parameters are not within the local crate) Will take an array of bytes and transform it into a string by interpreting every byte as an character