[][src]Module sacn_unofficial::sacn_parse_pack_error

The errors within the sACN crate related to parse/pack errors. Error-chain is used for errors within the library to allow chaining errors together to provide more informative backtraces. This completely replaces the old error system (sACN crate version 0.4.4) which relied on a simple Enum model without proper backtraces.

Modules

sacn_parse_pack_error

The errors used within the SacnLibrary specifically those related to parsing and packeting packets received/sent on the network.