`cpu-endian` is a portable crate to detect CPU byte order.
It detects how CPU native scalar type is ordered; little-endian or big-endian, or something else (like PDP-endian, mixed-endian, middle-endian, and so on.)
(function(){varimplementors={};implementors["cpu_endian"]=[{"text":"impl RefUnwindSafe for Endian","synthetic":true,"types":[]}];if(window.register_implementors){window.register_implementors(implementors);}else{window.pending_implementors=implementors;}})()