[][src]Module binwrite::writers

Built-in special writers (example: C strings)

Functions

null_terminated_string

A built in writer for null terminated utf8 strings. Use #[binwrite(cstr)] as a shortcut for this.

utf16_string

A built in writer for utf16 strings. Use #[binwrite(utf16)] as a shortcut for this.

utf16_null_string

A built in writer for null-terminated utf16 strings. Use #[binwrite(utf16_null)] as a shortcut for this.