3个版本 (1个稳定版)

1.0.0 2023年6月5日
0.0.2 2019年6月30日
0.0.1 2019年6月28日

#9#four

Download history • Rust 包仓库 43/week @ 2024-03-10 • Rust 包仓库 19/week @ 2024-03-17 • Rust 包仓库 21/week @ 2024-03-24 • Rust 包仓库 88/week @ 2024-03-31 • Rust 包仓库 14/week @ 2024-04-07 • Rust 包仓库 7/week @ 2024-04-14 • Rust 包仓库 14/week @ 2024-04-21 • Rust 包仓库 12/week @ 2024-04-28 • Rust 包仓库 5/week @ 2024-05-05 • Rust 包仓库 10/week @ 2024-05-12 • Rust 包仓库 15/week @ 2024-05-19 • Rust 包仓库 10/week @ 2024-05-26 • Rust 包仓库 24/week @ 2024-06-02 • Rust 包仓库 5/week @ 2024-06-09 • Rust 包仓库 10/week @ 2024-06-16 • Rust 包仓库 10/week @ 2024-06-23 • Rust 包仓库

每月51次 下载

MIT 协议

5KB
67 代码行

four-char-code

GitHub Workflow Status (with branch)

四CC("四字节码")是由四个字节(通常是ASCII)组成的序列,用于唯一标识数据格式。它起源于经典Mac OS中使用的OSType或ResType元数据系统,并被用于Amiga/Electronic Arts交换文件格式及其派生格式。后来,这个想法被重新用于识别QuickTime和DirectShow中的压缩数据类型。

维基百科

#![no_std]

通过禁用默认的std功能来启用no_std支持

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

MSRV

1.32.0(在rust <1.38.0中不支持fcc_format!

依赖项

~1.5MB
~34K SLoC