Crates.io | seesaw-cli |
lib.rs | seesaw-cli |
version | |
source | src |
created_at | 2024-12-10 16:22:49.702723 |
updated_at | 2024-12-10 16:22:49.702723 |
description | generate traits from C header files |
homepage | https://crates.io/crates/seesaw |
repository | https://github.com/aatifsyed/seesaw |
max_upload_size | |
id | 1478691 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
seesaw
Generate 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