Struct simd_json::value::generator::WriterGenerator [−][src]
Expand description
Writer Generator
Implementations
Creates a new generator
Trait Implementations
type T = W
type T = W
The writer
returns teh writer
Writes a string with escape sequences Read more
writes a simple string (usually short and non escaped) This means we can skip the simd accelerated writing which is expensive on short strings. Read more
writes a simple string content (usually short and non escaped) This means we can skip the simd accelerated writing which is expensive on short strings. Read more
writes an integer value Read more
👎 Deprecated since 0.1.5:
Please use the write_int function instead
writes an integer 128 bit Read more
👎 Deprecated since 0.1.5:
Please use the write_int function instead
writes an unsigned integer Read more