seesaw-cli

Crates.ioseesaw-cli
lib.rsseesaw-cli
version
sourcesrc
created_at2024-12-10 16:22:49.702723
updated_at2024-12-10 16:22:49.702723
descriptiongenerate traits from C header files
homepagehttps://crates.io/crates/seesaw
repositoryhttps://github.com/aatifsyed/seesaw
max_upload_size
id1478691
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`
size0
Aatif Syed (aatifsyed)

documentation

https://docs.rs/seesaw

README

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
Commit count: 17

cargo fmt