Structs§
- Partial
String Writer - String
Writer - Utf8
Array Utf8Array
is a collection of Rust Utf8str
s. It’s a wrapper ofBytesArray
.- Utf8
Array Builder Utf8ArrayBuilder
use&str
to build anUtf8Array
.
Utf8Array
is a collection of Rust Utf8 str
s. It’s a wrapper of BytesArray
.Utf8ArrayBuilder
use &str
to build an Utf8Array
.