filetypes 0.1.2

Determine file type via magic numbers.
Documentation
1
2
3
4
5
mod common;
pub mod document;
pub mod image;

pub use common::{bigendian_bytes, bytes_index, bytes_to_str, compare_bytes, littleendian_bytes};