[][src]Crate binwrite

Modules

write_track
writers

Macros

writer_option_new

Macro for creating a new writer option, with the idea being a non-verbose means of providing a forwards-compatible set of options which uses default values for all provided options.

Structs

WriterOption

Options on how to write. Use writer_option_new! to create a new instance. Manual initialization is not possible to prevent forward compatibility issues.

Enums

Endian

An enum to represent what endianness to write with

Traits

BinWrite

A trait providing the ability to write the struct to a writer

Derive Macros

BinWrite