mirror of https://github.com/aya-rs/aya
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8780a50be1
This adds a linter to catch common markdown formatting errors. The linter used is markdownlint-cli2 which is available on all platforms and has an associated Github Action to automate these checks in CI. Configuration is checked in at .markdownlint-cli2.yaml. You may run the check locally using `markdownlint-cli2`. Or you may install the extension for VSCode: DavidAnson.vscode-markdownlint Signed-off-by: Dave Tucker <dave@dtucker.co.uk> |
12 months ago | |
---|---|---|
.. | ||
ci | 4 years ago | |
src | 1 year ago | |
.travis.yml | 4 years ago | |
CHANGELOG.md | 4 years ago | |
Cargo.toml | 1 year ago | |
LICENSE-APACHE | 4 years ago | |
LICENSE-MIT | 4 years ago | |
README.md | 12 months ago | |
build.rs | 2 years ago |
README.md
cty
Type aliases to C types like c_int for use with bindgen
License
Licensed under either of
- Apache License, Version 2.0 LICENSE-APACHE or
- MIT license LICENSE-MIT
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.