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

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
`Bindings::write<F: Write>` consumes argument

berkowski opened this issue over 2 years ago
Cannot redefine `stdint` types

CATboardBETA opened this issue over 2 years ago
Cannot redefine `stdint` types

CATboardBETA opened this issue over 2 years ago
Generating enum classes doesn't annotate the C-equivalent tag type

vadixidav opened this issue over 2 years ago
Generating enum classes doesn't annotate the C-equivalent tag type

vadixidav opened this issue over 2 years ago
cbindgen MSRV

petreeftime opened this issue over 2 years ago
cbindgen MSRV

petreeftime opened this issue over 2 years ago
When select C language, can not generate header file

yyjia opened this issue over 2 years ago
When select C language, can not generate header file

yyjia opened this issue over 2 years ago
Crash when binding rapier

CrezyDud opened this issue over 2 years ago
Crash when binding rapier

CrezyDud opened this issue over 2 years ago
0.24.2 causes firefox and thunderbird to fail

voncloft opened this issue over 2 years ago
0.24.2 causes firefox and thunderbird to fail

voncloft opened this issue over 2 years ago
bindings: Peel through typedefs for struct constant generation

emilio opened this pull request over 2 years ago
bindings: Peel through typedefs for struct constant generation

emilio opened this pull request over 2 years ago
ERROR: Parsing crate `quote`

barafael opened this issue over 2 years ago
ERROR: Parsing crate `quote`

barafael opened this issue over 2 years ago
More bitflags improvements.

emilio opened this pull request over 2 years ago
More bitflags improvements.

emilio opened this pull request over 2 years ago
constant: Support suffixes for integers that otherwise would be narrowed

emilio opened this pull request over 2 years ago
constant: Support suffixes for integers that otherwise would be narrowed

emilio opened this pull request over 2 years ago
export.mangle rename_types = "snake_case" not working

TomzBench opened this issue over 2 years ago
export.mangle rename_types = "snake_case" not working

TomzBench opened this issue over 2 years ago
Fix specialization of `SomeType<N>` when `N` is a const parameter.

jorendorff opened this pull request over 2 years ago
Bug nesting const generics

jorendorff opened this issue over 2 years ago
Bug nesting const generics

jorendorff opened this issue over 2 years ago
Const generics: handle bool and char literals

jorendorff opened this pull request over 2 years ago
Const generics: handle bool and char literals

jorendorff opened this pull request over 2 years ago
Const generics

jorendorff opened this pull request over 2 years ago
Const generics

jorendorff opened this pull request over 2 years ago
Having problems expanding macros with build.rs

iquerejeta opened this issue over 2 years ago
Having problems expanding macros with build.rs

iquerejeta opened this issue over 2 years ago
use c_size_t as size_t request.

sergeyvolkovich opened this issue over 2 years ago
Allow more constexpr constants.

emilio opened this pull request almost 3 years ago
Allow more constexpr constants.

emilio opened this pull request almost 3 years ago
Move the documentation of `usize_is_size_t` in the correct section of docs.md

Stovent opened this pull request almost 3 years ago
Update syn dependency to at least 1.0.88

glandium opened this pull request almost 3 years ago
Update syn dependency to at least 1.0.88

glandium opened this pull request almost 3 years ago
`usize_is_size_t` documented but not valid

Stovent opened this issue almost 3 years ago
`usize_is_size_t` documented but not valid

Stovent opened this issue almost 3 years ago
Support rename rule for union body members

kavoor opened this pull request almost 3 years ago
Support rename rule for union body members

kavoor opened this pull request almost 3 years ago
Support generation of Zig bindings

kassane opened this pull request almost 3 years ago
Support generation of Zig bindings

kassane opened this pull request almost 3 years ago
Support calling convention specification

mattiecnvr opened this issue over 3 years ago
Support calling convention specification

mattiecnvr opened this issue over 3 years ago
Emit `_Nullable` alongside `_Nonnull`

dcow opened this issue over 3 years ago
Handling str and String

aminya opened this issue over 3 years ago
hide type detail when using type alias?

myrfy001 opened this issue over 3 years ago
Extern "C" functions being re-exported

jasonish opened this issue over 3 years ago
Extern "C" functions being re-exported

jasonish opened this issue over 3 years ago
Update --pretty=expanded to -Zunpretty=expanded

badboy opened this pull request over 3 years ago
Rename items with a rule

cormacrelf opened this pull request over 3 years ago
Rename items with a rule

cormacrelf opened this pull request over 3 years ago
Add NS_ENUM support, for Swift

cormacrelf opened this pull request over 3 years ago
cbindgen shouldn't emit errors for declarations that won't be printed anyway

jrose-signal opened this issue almost 4 years ago
cbindgen shouldn't emit errors for declarations that won't be printed anyway

jrose-signal opened this issue almost 4 years ago
Ignore dev-dependencies

Manishearth opened this issue almost 4 years ago
Ignore dev-dependencies

Manishearth opened this issue almost 4 years ago
Generic types parametrized by the unit type fail to be generated

zfurman56 opened this issue almost 4 years ago
Generic types parametrized by the unit type fail to be generated

zfurman56 opened this issue almost 4 years ago
CI-Runner: command cbindgen not found

Nevsden opened this issue almost 4 years ago
CI-Runner: command cbindgen not found

Nevsden opened this issue almost 4 years ago
Support outputting forward declarations

emilio opened this issue about 4 years ago
Language-agnostic output format?

moon-chilled opened this issue about 4 years ago
Language-agnostic output format?

moon-chilled opened this issue about 4 years ago
Add an option for converting usize/isize into size_t/ptrdiff_t

petrochenkov opened this pull request over 4 years ago
Add an option for converting usize/isize into size_t/ptrdiff_t

petrochenkov opened this pull request over 4 years ago
Option to export all the types that are public and repr(C)

kvark opened this issue over 4 years ago
Option to export all the types that are public and repr(C)

kvark opened this issue over 4 years ago
Crashes when built using -Cpanic=abort

h33p opened this issue over 4 years ago
Crashes when built using -Cpanic=abort

h33p opened this issue over 4 years ago
panic: Result has 2 params but is being instantiated with 1 values

snyball opened this issue over 4 years ago
0.14.2 fails to build on Rust 1.34.0

jasonish opened this issue over 4 years ago
0.14.2 fails to build on Rust 1.34.0

jasonish opened this issue over 4 years ago
Suitability for opaque-types(-only) FFI types

chrysn opened this issue almost 5 years ago
Suitability for opaque-types(-only) FFI types

chrysn opened this issue almost 5 years ago
Add whitelist to [export]

benma opened this issue almost 5 years ago
how to run cbindgen *after* rust compile?

ultrasaurus opened this issue almost 5 years ago
how to run cbindgen *after* rust compile?

ultrasaurus opened this issue almost 5 years ago
Cbindgen output is sometimes empty

Luni-4 opened this issue about 5 years ago
Cbindgen output is sometimes empty

Luni-4 opened this issue about 5 years ago