3 releases (1 stable)

1.0.0 Jun 5, 2023
0.0.2 Jun 30, 2019
0.0.1 Jun 28, 2019

#11 in #four

Download history 18/week @ 2023-12-14 10/week @ 2023-12-21 3/week @ 2023-12-28 2/week @ 2024-01-04 3/week @ 2024-01-11 2/week @ 2024-01-25 1/week @ 2024-02-01 5/week @ 2024-02-08 12/week @ 2024-02-15 40/week @ 2024-02-22 24/week @ 2024-02-29 34/week @ 2024-03-07 21/week @ 2024-03-14 24/week @ 2024-03-21 20/week @ 2024-03-28

100 downloads per month

MIT license

5KB
67 lines

four-char-code

GitHub Workflow Status (with branch)

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 = "1", default-features = false }

MSRV

1.32.0 (in rust <1.38.0 fcc_format! is not supported)

Dependencies

~1.5MB
~33K SLoC