This repository was archived by the owner on Aug 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
As of 23.08.2023 this project continues elsewhere.____File Format Description Library
License
corwinn/libwind-ffd
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
File Format Description Library
.................................
Transforms binary data into a tree (and vice versa):
- tree = File2Tree ("description", data)
- data = Tree2File (tree)
Some of the details are at "formal_description"; all of them are at the code.
This library is different: it does not do its own string and stream - you do.
Details at "ffd_model.h".
About
As of 23.08.2023 this project continues elsewhere.____File Format Description Library