| Crates.io | seesaw-cli |
| lib.rs | seesaw-cli |
| version | 0.1.0 |
| created_at | 2024-12-10 16:22:49.702723+00 |
| updated_at | 2024-12-10 16:22:49.702723+00 |
| description | generate traits from C header files |
| homepage | https://crates.io/crates/seesaw |
| repository | https://github.com/aatifsyed/seesaw |
| max_upload_size | |
| id | 1478691 |
| size | 13,453 |
seesawGenerate a trait from `extern "C"` blocks, typically emitted by bindgen
Usage: seesaw [OPTIONS] <NAME> [BINDINGS]
Arguments:
<NAME>
The name of the trait
[BINDINGS]
Path the the input file. If absent or `-`, read from stdin
Options:
-a, --allow <ALLOW>
Regexes of function names to include. By default, all functions are allowed
-b, --block <BLOCK>
Regexes of function names to exclude