Skip to content

Provide `to_string` alongside `to_bytes`

Raphaël Proust requested to merge raphael-p@string-conversions into master

This is so that the caller can avoid copying via Bytes.to_string.

@mbouaziz @Saroupille this is related to the attempt to eliminate copying in Tezos

Merge request reports