Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duckonaut/finch
Small utility to include a directory as organized, easily accessible, const data in the form of a C header
https://github.com/duckonaut/finch
Last synced: 5 days ago
JSON representation
Small utility to include a directory as organized, easily accessible, const data in the form of a C header
- Host: GitHub
- URL: https://github.com/duckonaut/finch
- Owner: Duckonaut
- Created: 2023-05-29T15:51:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-01T22:46:53.000Z (9 months ago)
- Last Synced: 2024-10-11T02:53:04.091Z (27 days ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# finch
Compile a directory into a C header (or a header + C file) to access it as global data.## Usage
```
Usage: finch [OPTIONS] [OUTPUT]Arguments:
The directory to compile.
[OUTPUT] The output file name.Options:
-c, --c-file Generate a C file as well.
-p, --prefix The prefix to add to the output struct.
-h, --help Print help
```