-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(capi): Move CAPI generation to its own crate #234
Conversation
9b6ffd9
to
372348a
Compare
6c6277e
to
87d4a95
Compare
CodSpeed Performance ReportMerging #234 will not alter performanceComparing Summary
|
fb5ca0f
to
f951a8e
Compare
f951a8e
to
a71b2fb
Compare
include = [ | ||
"Cargo.toml", | ||
"cbindgen.toml", | ||
"build.rs", | ||
"examples/*.rs", | ||
"LICENSE", | ||
"README.md", | ||
"src/*.rs", | ||
"src/*/*.rs", | ||
"tests/*.rs" | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't backported this, if someone has a clue on what's the purpose of include
config
a71b2fb
to
dbaecbb
Compare
@Geal tests green! 🎉 |
7ee0ac7
to
00dfed0
Compare
…or handling cross-platform `uint64_t` type
ca5d65c
to
08f7900
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is great, thanks :)
Extracting capi generation into its own crate
Also, I've updated the release workflow to support multiple OS and arch (Linux and MacOS)