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

Github actions are broken

jschwe opened this issue over 1 year ago
Opaque Pointer

coffeebe4code opened this issue over 1 year ago
Bump version to v0.24.4

ophilli opened this pull request over 1 year ago
Fail while installing cbindgen

melkouri opened this issue over 1 year ago
Does this work with async code?

JonathanWilbur opened this issue over 1 year ago
Update libc to 0.2.144

heiher opened this pull request over 1 year ago
`with_parse_expand(...)`Appears to be not working

patrickelectric opened this issue over 1 year ago
Avoid 'duplicate package' warnings when depending on cbindgen via git

irh opened this pull request over 1 year ago
Macro expansion before binding generation.

JohnScience opened this issue almost 2 years ago
docs: update version to 0.24.0

zwpaper opened this pull request almost 2 years ago
Generate bindings for private `extern` functions by default

mversic opened this issue almost 2 years ago
Release Request for v0.24.4

ophilli opened this issue almost 2 years ago
Add --depfile option

jschwe opened this pull request almost 2 years ago
CI: Fix warnings in Github actions

jschwe opened this pull request almost 2 years ago
Enable experimental features when running `-Zunpretty=expanded`

jcaden opened this pull request almost 2 years ago
Tag enums generation for generic enums with associated values

ypopovych opened this issue almost 2 years ago
Tag enums generation for generic enums with associated values

ypopovych opened this issue almost 2 years ago
Fix MSRV documentation and clippy warnings from 1.40 -> 1.54

jschwe opened this pull request almost 2 years ago
Fix MSRV documentation and clippy warnings from 1.40 -> 1.54

jschwe opened this pull request almost 2 years ago
Add optional depfile output

jschwe opened this issue almost 2 years ago
Add optional depfile output

jschwe opened this issue almost 2 years ago
Rust's `char` is not guaranteed to be ABI-compatible with C++'s `uint32_t`

anforowicz opened this issue almost 2 years ago
Rust's `char` is not guaranteed to be ABI-compatible with C++'s `uint32_t`

anforowicz opened this issue almost 2 years ago
Enforce usage of nightly toolchain for macro expansion

doxblek opened this pull request almost 2 years ago
Enforce usage of nightly toolchain for macro expansion

doxblek opened this pull request almost 2 years ago
Usage of parse.expand fails when using stable Rust Toolchain

doxblek opened this issue almost 2 years ago
Usage of parse.expand fails when using stable Rust Toolchain

doxblek opened this issue almost 2 years ago
C and C++ in same header file?

vanillajonathan opened this issue almost 2 years ago
C and C++ in same header file?

vanillajonathan opened this issue almost 2 years ago
Replace Travis CI references and update some formatting

atouchet opened this pull request almost 2 years ago
Replace Travis CI references and update some formatting

atouchet opened this pull request almost 2 years ago
Update toml to 0.7.0

messense opened this pull request almost 2 years ago
Update toml to 0.7.0

messense opened this pull request almost 2 years ago
provide self-contained tarball with vendored dependencies

illiliti opened this issue about 2 years ago
provide self-contained tarball with vendored dependencies

illiliti opened this issue about 2 years ago
Parse `...` as a `VaList`

sholtrop opened this pull request about 2 years ago
Parse `...` as a `VaList`

sholtrop opened this pull request about 2 years ago
`with_parse_expand(...)` from build.rs seems to hang indefinetly

TomzBench opened this issue about 2 years ago
`with_parse_expand(...)` from build.rs seems to hang indefinetly

TomzBench opened this issue about 2 years ago
cbindgen not exporting items declared after macro expansion.

chyyran opened this issue about 2 years ago
cbindgen not exporting items declared after macro expansion.

chyyran opened this issue about 2 years ago
docs.rs link broken (worked from root of this repo on GitHub)

SamuelMarks opened this issue about 2 years ago
docs.rs link broken (worked from root of this repo on GitHub)

SamuelMarks opened this issue about 2 years ago
Need verbose output when generate() gets failed

antmak opened this issue about 2 years ago
Need verbose output when generate() gets failed

antmak opened this issue about 2 years ago
Move expand infinite recursion fix

rmalmain opened this pull request about 2 years ago
Move expand infinite recursion fix

rmalmain opened this pull request about 2 years ago
Preprocessor define not generated if value is casted

drebbe-intrepid opened this issue about 2 years ago
Problems when I use it together with the bindgen.

fslongjin opened this issue about 2 years ago
Problems when I use it together with the bindgen.

fslongjin opened this issue about 2 years ago
Add with_cpp_compat to the builder

irh opened this pull request about 2 years ago
Add with_cpp_compat to the builder

irh opened this pull request about 2 years ago
Panic when flattening certain generics

georgemp opened this issue about 2 years ago
Panic when flattening certain generics

georgemp opened this issue about 2 years ago
std::ptr::Unique not found

estk opened this issue about 2 years ago
std::ptr::Unique not found

estk opened this issue about 2 years ago
Better line breaking in function pointer types

fredszaq opened this pull request about 2 years ago
fix/docs_typo

novafacing opened this pull request about 2 years ago
fix/docs_typo

novafacing opened this pull request about 2 years ago
Add maturin to examples

messense opened this pull request about 2 years ago
Add maturin to examples

messense opened this pull request about 2 years ago
Need more documents....

chenyuanrun opened this issue about 2 years ago
Need more documents....

chenyuanrun opened this issue about 2 years ago
`x is not generic` panic

ankane opened this issue about 2 years ago
`x is not generic` panic

ankane opened this issue about 2 years ago
Add Homebrew instructions to readme

ankane opened this pull request about 2 years ago
Add Homebrew instructions to readme

ankane opened this pull request about 2 years ago
brew install cbindgen

ankane opened this issue about 2 years ago
brew install cbindgen

ankane opened this issue about 2 years ago
Array not generated when size determined by const function

greenfierydragon opened this issue about 2 years ago
Array not generated when size determined by const function

greenfierydragon opened this issue about 2 years ago
Merge generic enum tags

Benjamin-Davies opened this pull request over 2 years ago
Merge generic enum tags

Benjamin-Davies opened this pull request over 2 years ago
Merge generic tag enums

Benjamin-Davies opened this issue over 2 years ago
Merge generic tag enums

Benjamin-Davies opened this issue over 2 years ago
Handle never type in return position consistently.

emilio opened this pull request over 2 years ago
Handle never type in return position consistently.

emilio opened this pull request over 2 years ago
Use mutable reference in Bindings::write

berkowski opened this pull request over 2 years ago
Use mutable reference in Bindings::write

berkowski opened this pull request over 2 years ago
`repr(transparent)` on a tuple struct wrapping an array

mversic opened this issue over 2 years ago
`repr(transparent)` on a tuple struct wrapping an array

mversic opened this issue over 2 years ago
`Bindings::write<F: Write>` consumes argument

berkowski opened this issue over 2 years ago