seesaw-cli

Crates.ioseesaw-cli
lib.rsseesaw-cli
version0.1.0
created_at2024-12-10 16:22:49.702723+00
updated_at2024-12-10 16:22:49.702723+00
descriptiongenerate traits from C header files
homepagehttps://crates.io/crates/seesaw
repositoryhttps://github.com/aatifsyed/seesaw
max_upload_size
id1478691
size13,453
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: 27

cargo fmt