file-format 0.7.0

File format library for Rust. This crate is for determining binary-based file formats.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["Mickaël Malécot <mickael.malecot@gmail.com>"]
description = "File format library for Rust.\nThis crate is for determining binary-based file formats.\n"
documentation = "https://docs.rs/file-format"
edition = "2021"
exclude = ["/.github/*", "/fixtures/*", "/tests/*"]
homepage = "https://github.com/mmalecot/file-format"
keywords = ["file-format", "file-type", "magic-number", "media-type", "mime"]
license = "MIT/Apache-2.0"
name = "file-format"
readme = "README.md"
repository = "https://github.com/mmalecot/file-format"
resolver = "2"
version = "0.7.0"