Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/mozilla/cbindgen
A project for generating C bindings from Rust code
https://github.com/mozilla/cbindgen
Incorrect (outdated?) `fetch_all_dependencies` config suggestion
rockboynton opened this issue 9 months ago
rockboynton opened this issue 9 months ago
Modules inside cfg_if! macros aren't read / expanded (was: The C header file cannot be generated correctly.)
ssrlive opened this issue 10 months ago
ssrlive opened this issue 10 months ago
rename type by annotation
virusdefender opened this issue 10 months ago
virusdefender opened this issue 10 months ago
feat: support #[deprecated] on enum variants
bkaestner opened this pull request 10 months ago
bkaestner opened this pull request 10 months ago
Use `retain` in `ItemMap::filter`
cuviper opened this pull request 10 months ago
cuviper opened this pull request 10 months ago
Types not exported when using build script but CLI works
nbigaouette opened this issue 10 months ago
nbigaouette opened this issue 10 months ago
Opaque type for Mutex
ultimaweapon opened this issue 11 months ago
ultimaweapon opened this issue 11 months ago
How to install it or to compile it for win32?
orynider opened this issue 11 months ago
orynider opened this issue 11 months ago
Support specifying version for macro expansion.
alilleybrinker opened this pull request 11 months ago
alilleybrinker opened this pull request 11 months ago
Support 'pub const BAR: &CStr = c"hello world";'
rlidwka opened this issue 11 months ago
rlidwka opened this issue 11 months ago
Added support for integrating the package_version
hitbear opened this pull request 11 months ago
hitbear opened this pull request 11 months ago
cbindgen can not find struct from pre-release crates
chyyran opened this issue 11 months ago
chyyran opened this issue 11 months ago
Add no-export in cbindgen.toml config
tisonkun opened this pull request 11 months ago
tisonkun opened this pull request 11 months ago
Implement runtime binding generation
kang-sw opened this pull request 11 months ago
kang-sw opened this pull request 11 months ago
Decoupling this project from Cargo
dwlsalmeida opened this issue 11 months ago
dwlsalmeida opened this issue 11 months ago
conflicting implementations of trait `std::default::Default` for type `config::Config`
AnlangA opened this issue 11 months ago
AnlangA opened this issue 11 months ago
Generate a unified header file that can be used in both C and C++
SapphireAmoeba5 opened this issue 12 months ago
SapphireAmoeba5 opened this issue 12 months ago
`parse.expand` should use nightly compiler when available like upstream `cargo-expand`
segevfiner opened this issue 12 months ago
segevfiner opened this issue 12 months ago
How can i offline install
frkn4129 opened this issue 12 months ago
frkn4129 opened this issue 12 months ago
ci: Use GITHUB_OUTPUT envvar instead of set-output command
arunsathiya opened this pull request 12 months ago
arunsathiya opened this pull request 12 months ago
Add a way to generate a list of symbols for dynamic linkage
TheElectronWill opened this pull request 12 months ago
TheElectronWill opened this pull request 12 months ago
error[E0107]: struct takes 3 generic arguments but 2 generic arguments were supplied
Andarwinux opened this issue 12 months ago
Andarwinux opened this issue 12 months ago
Failure to instantiate monomorphs for generic struct prevents generation of other bindings
stevenengler opened this issue about 1 year ago
stevenengler opened this issue about 1 year ago
'FfiPoll_u32_Tag' is going to be declared twice
svok opened this issue about 1 year ago
svok opened this issue about 1 year ago
Update dependencies and bump MSRV to v1.70
jschwe opened this pull request about 1 year ago
jschwe opened this pull request about 1 year ago
Fix `..Default::default()` for struct `Config`
jschwe opened this pull request about 1 year ago
jschwe opened this pull request about 1 year ago
Update doc link in Readme so it works from docs.rs
atouchet opened this pull request about 1 year ago
atouchet opened this pull request about 1 year ago
Not scan file content import by micro include! ?
luodongseu opened this issue about 1 year ago
luodongseu opened this issue about 1 year ago
Config (still) has private fields in `0.26`
virtualritz opened this issue about 1 year ago
virtualritz opened this issue about 1 year ago
Allow access to bindings symbols names
TheElectronWill opened this issue about 1 year ago
TheElectronWill opened this issue about 1 year ago
Proposal: Use `rustdoc` JSON instead of parsing with `syn`
madsmtm opened this issue about 1 year ago
madsmtm opened this issue about 1 year ago
Resolve fully-qualified associated types
orangeng opened this pull request about 1 year ago
orangeng opened this pull request about 1 year ago
Update README.md
iyangsj opened this pull request about 1 year ago
iyangsj opened this pull request about 1 year ago
Cargo expand fails on windows within deeply nested folders
TomzBench opened this issue about 1 year ago
TomzBench opened this issue about 1 year ago
with_language option in builder is not working as expected
beqabeqa473 opened this issue about 1 year ago
beqabeqa473 opened this issue about 1 year ago
feat: allow users to specify a crate version for bindings generation
IceTDrinker opened this pull request about 1 year ago
IceTDrinker opened this pull request about 1 year ago
cbindgen ignores version/don't parse depedency flag when selecting crates to expand which can make it unusable in certain situations
IceTDrinker opened this issue about 1 year ago
IceTDrinker opened this issue about 1 year ago
Vulnerability in cbindgen due to dependency on an old clap release
NuLL3rr0r opened this issue about 1 year ago
NuLL3rr0r opened this issue about 1 year ago
ParseSyntaxError: "at least one trait is required for an object type"
d-e-s-o opened this issue about 1 year ago
d-e-s-o opened this issue about 1 year ago
Add docs for no-export
aidanhs opened this pull request about 1 year ago
aidanhs opened this pull request about 1 year ago
Add a way to copy doc comments from a different item
segevfiner opened this issue about 1 year ago
segevfiner opened this issue about 1 year ago
Make `toml` optional for build scripts
Shatur opened this issue about 1 year ago
Shatur opened this issue about 1 year ago
Support converting Rust `<name>: ...` to C `...` (varargs)
4lDO2 opened this pull request about 1 year ago
4lDO2 opened this pull request about 1 year ago
Need to update indexmap dependency to 2.x (sub-dependency ahash crate version has been yanked)
keehun opened this issue about 1 year ago
keehun opened this issue about 1 year ago
Evaluate `const`s via evaluation
tgross35 opened this issue about 1 year ago
tgross35 opened this issue about 1 year ago
Correctly parsing c variadics `args: ...`
darleybarreto opened this issue about 1 year ago
darleybarreto opened this issue about 1 year ago
CamelCase style union tag.
cathaysia opened this issue over 1 year ago
cathaysia opened this issue over 1 year ago
ERROR: Couldn't execute `cargo metadata` with manifest
trippleflux opened this issue over 1 year ago
trippleflux opened this issue over 1 year ago
[BUG] `brew install cbindgen` version mismatch
mversic opened this issue over 1 year ago
mversic opened this issue over 1 year ago
I've got an issue with the US State Department and DHS contributing to the code base
hergljkds opened this issue over 1 year ago
hergljkds opened this issue over 1 year ago
a question about macro_rules!
bruceEeZhao opened this issue over 1 year ago
bruceEeZhao opened this issue over 1 year ago
gcc4.8 error with cbindegen vers 0.25.0 install
xx-zhang opened this issue over 1 year ago
xx-zhang opened this issue over 1 year ago
Add support for out-of-line bitfields declarations
glandium opened this pull request over 1 year ago
glandium opened this pull request over 1 year ago
Special Type Conversion
GuiyinLi opened this issue over 1 year ago
GuiyinLi opened this issue over 1 year ago
Update MSRV in Readme
atouchet opened this pull request over 1 year ago
atouchet opened this pull request over 1 year ago
Handle bitflags bits method calls
glandium opened this pull request over 1 year ago
glandium opened this pull request over 1 year ago
Upgrade to clap 4 (getting rid of `atty` as a transitive dependency)
faern opened this issue over 1 year ago
faern opened this issue over 1 year ago
Update URLs
atouchet opened this pull request over 1 year ago
atouchet opened this pull request over 1 year ago
Bump clippy msrv to 1.64
fredszaq opened this pull request over 1 year ago
fredszaq opened this pull request over 1 year ago
`rename_types` does not appear to work
fw-immunant opened this issue over 1 year ago
fw-immunant opened this issue over 1 year ago
Export part types of external types.
cathaysia opened this issue over 1 year ago
cathaysia opened this issue over 1 year ago
#[deprecated]
emilio opened this pull request over 1 year ago
emilio opened this pull request over 1 year ago
Fix Cython3 tests for now
jschwe opened this pull request over 1 year ago
jschwe opened this pull request over 1 year ago
Tests fail with Cython 3.0.2
linkmauve opened this issue over 1 year ago
linkmauve opened this issue over 1 year ago
GitHub release not up to date
xry111 opened this issue over 1 year ago
xry111 opened this issue over 1 year ago
Fix cargo semver-checks rust version
jschwe opened this pull request over 1 year ago
jschwe opened this pull request over 1 year ago
Update clap + fixes.
emilio opened this pull request over 1 year ago
emilio opened this pull request over 1 year ago
cbindgen 0.25.0 regression test failure
chenrui333 opened this issue over 1 year ago
chenrui333 opened this issue over 1 year ago
Fix CI
jschwe opened this pull request over 1 year ago
jschwe opened this pull request over 1 year ago
Support for custom languages
LucaCiucci opened this pull request over 1 year ago
LucaCiucci opened this pull request over 1 year ago
Generate D modules
vanillajonathan opened this issue over 1 year ago
vanillajonathan opened this issue over 1 year ago
cpplint warnings: two spaces between code and comments
vanillajonathan opened this issue over 1 year ago
vanillajonathan opened this issue over 1 year ago
Support the "C-unwind" ABI
taeruh opened this pull request over 1 year ago
taeruh opened this pull request over 1 year ago
Allow `=` and multiline prefix/postfix in annotations
novafacing opened this pull request over 1 year ago
novafacing opened this pull request over 1 year ago
Adding lean support
DanielFabian opened this issue over 1 year ago
DanielFabian opened this issue over 1 year ago
add forward declaration automatically using cbindgen prevent the compile warning
lyh169 opened this issue over 1 year ago
lyh169 opened this issue over 1 year ago
Add: Support #[deprecated] attribute
sevenc-nanashi opened this pull request over 1 year ago
sevenc-nanashi opened this pull request over 1 year ago
Fixed some issues when setting up new environment.
sevenc-nanashi opened this pull request over 1 year ago
sevenc-nanashi opened this pull request over 1 year ago
Templates in Docs & Quick Start both Provide an Incomplete cbindgen.toml
Sewer56 opened this issue over 1 year ago
Sewer56 opened this issue over 1 year ago
Add java support (using JNA)
fredszaq opened this pull request over 1 year ago
fredszaq opened this pull request over 1 year ago
Generate bindings for non-public extern items
mversic opened this pull request over 1 year ago
mversic opened this pull request over 1 year ago
Error: `expand-default-features` test (among others) fail on stable toolchain
luketpeterson opened this issue over 1 year ago
luketpeterson opened this issue over 1 year ago
Is there a way to specify which headers (and libraries?) from a particular version of GCC to use for generating C/C++ headers?
zephyrus00jp opened this issue over 1 year ago
zephyrus00jp opened this issue over 1 year ago
Introduce language backend
fredszaq opened this pull request over 1 year ago
fredszaq opened this pull request over 1 year ago
feature request: "export all the things mode"
Jeremiah-Griffin opened this issue over 1 year ago
Jeremiah-Griffin opened this issue over 1 year ago
[Feature Request]: Ability to Selectively Hide Functions
lexi-the-cute opened this issue over 1 year ago
lexi-the-cute opened this issue over 1 year ago
Fix swapping of `>>=` and `<<=` in constants
jschwe opened this pull request over 1 year ago
jschwe opened this pull request over 1 year ago
Code generated from u64 bitflags may have undefined behavior
nical opened this issue over 1 year ago
nical opened this issue over 1 year ago
fix: verbose logging was always info
boxdot opened this pull request over 1 year ago
boxdot opened this pull request over 1 year ago
Upgrade clap 3 to clap 4
boxdot opened this pull request over 1 year ago
boxdot opened this pull request over 1 year ago
Support C# and/or expose intermediate representation?
yanchith opened this issue over 1 year ago
yanchith opened this issue over 1 year ago
the head file should include #pragma once
kouzhudong opened this issue over 1 year ago
kouzhudong opened this issue over 1 year ago
ci: Switch back to dtolnay/rust-toolchain action.
emilio opened this pull request over 1 year ago
emilio opened this pull request over 1 year ago
CI: Restore release action and add semver checks to CI deploy job
jschwe opened this pull request over 1 year ago
jschwe opened this pull request over 1 year ago
Constant structure with array not generated
jxy-s opened this issue over 1 year ago
jxy-s opened this issue over 1 year ago
Build breaks with v0.24.6
tronical opened this issue over 1 year ago
tronical opened this issue over 1 year ago
Prepare new release
jschwe opened this pull request over 1 year ago
jschwe opened this pull request over 1 year ago
Macro Expansion Not Working
coffeebe4code opened this issue over 1 year ago
coffeebe4code opened this issue over 1 year ago
Look for config files next to input files
jschwe opened this pull request over 1 year ago
jschwe opened this pull request over 1 year ago
ci: Try to fix github actions.
emilio opened this pull request over 1 year ago
emilio opened this pull request over 1 year ago