four-char-code-macros-impl

Crates.iofour-char-code-macros-impl
lib.rsfour-char-code-macros-impl
version1.0.0
sourcesrc
created_at2019-06-28 18:35:08.360386
updated_at2023-06-05 19:29:03.22804
descriptionMacros for four-char-code package
homepagehttps://github.com/shurizzle/rust-four-char-code
repositoryhttps://github.com/shurizzle/rust-four-char-code
max_upload_size
id144351
size4,421
shurizzle (shurizzle)

documentation

README

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)

Commit count: 39

cargo fmt