Expand description
no_std fixed-buffer writing helpers for provider crates.
Functionsยง
- write_
byte - Writes one byte into a caller-owned buffer.
- write_
json_ string - Writes a complete JSON string with surrounding quotes.
- write_
json_ string_ escaped - Writes JSON-string contents with required escaping, without surrounding quotes.
- write_
percent_ encoded - Writes a percent-encoded query component into a caller-owned buffer.
- write_
query_ pair - Writes a percent-encoded query key/value pair.
- write_
query_ separator - Writes
&unless this is the first query pair. - write_
query_ u64 - Writes a percent-encoded query key and base-10 integer value.
- write_
str - Writes a string into a caller-owned buffer without escaping.
- write_
u64 - Writes a base-10 unsigned integer into a caller-owned buffer.