#file-format #u32 #data #four #ascii #metadata #represented

no-std four-char-code

A string of 4 ascii chars represented by an u32

15 releases (stable)

2.2.0 Jun 18, 2023
2.1.0 Jun 7, 2023
1.2.0 Jun 18, 2023
0.0.5 Feb 9, 2021
0.0.4 Jun 30, 2019

#862 in Parser implementations

Download history 5/week @ 2024-01-08 3/week @ 2024-01-29 10/week @ 2024-02-12 15/week @ 2024-02-19 51/week @ 2024-02-26 10/week @ 2024-03-04 53/week @ 2024-03-11 21/week @ 2024-03-18 8/week @ 2024-03-25 45/week @ 2024-04-01 7/week @ 2024-04-08 7/week @ 2024-04-15 15/week @ 2024-04-22

75 downloads per month
Used in 4 crates (2 directly)

MIT license

15KB
393 lines

four-char-code

GitHub Workflow Status (with branch) Crates.io docs.rs Crates.io

A FourCC ("four-character code") is a sequence of four bytes (typically ASCII) used to uniquely identify data formats. It originated from the OSType or ResType metadata system used in classic Mac OS and was adopted for the Amiga/Electronic Arts Interchange File Format and derivatives. The idea was later reused to identify compressed data types in QuickTime and DirectShow.

Widipedia

#![no_std]

Enable #![no_std] support by disabling the default std feature:

[dependencies]
four-char-code = { version = "2", default-features = false }

MSRV

1.57.0

For older rust versions take a look at version 1.

No runtime deps

Features