Crates.io | libfct4 |
lib.rs | libfct4 |
version | 0.1.2 |
source | src |
created_at | 2021-12-23 09:19:06.212321 |
updated_at | 2022-01-04 16:29:09.233353 |
description | Implementation of FCT Version 4 (Devised by Janick Eicher) in Rust |
homepage | |
repository | https://github.com/J4n1X/FCT4-Rust |
max_upload_size | |
id | 502127 |
size | 27,410 |
This is an implementation of the FCT File Container Version 4 in Rust.
The archive header contains the file magic "FCT" and the chunk size used throughout the archive, stored in 2 bytes.
The File Entry Header contains metadata about an archived file.
Field | Size (in bytes) |
---|---|
Chunk Count | 4 |
Last Chunk Size | 2 |
File Name Length | 2 |
File Name | File Name Length |
Files are stored directly after a File Entry Header and are aligned in size to the global chunk size.