2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
repo/extra/cbindgen
Owen Rafferty baf80a8e1a
Revert "cbindgen: 0.24.1"
This reverts commit c0324baa97.

Breaks Firefox build
2022-06-07 20:45:02 -05:00
..
build cbindgen: fix build 2022-04-01 16:10:21 +05:30
checksums Revert "cbindgen: 0.24.1" 2022-06-07 20:45:02 -05:00
depends cbindgen: fix depends 2019-08-24 20:32:02 +00:00
README cbindgen: fix README 2021-09-01 08:09:47 +03:00
sources Revert "cbindgen: 0.24.1" 2022-06-07 20:45:02 -05:00
version Revert "cbindgen: 0.24.1" 2022-06-07 20:45:02 -05:00

cbindgen
________________________________________________________________________________

cbindgen creates C/C++11 headers for Rust libraries which expose a public C API.

While you could do this by hand, it's not a particularly good use of your time.
It's also much more likely to be error-prone than machine-generated headers that
are based on your actual Rust code. The cbindgen developers have also worked
closely with the developers of Rust to ensure that the headers we generate
reflect actual guarantees about Rust's type layout and ABI. [0]

Upstream: https://github.com/eqrion/cbindgen


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b cbindgen                                                           |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

No documentation is currently provided with the package, refer to online
documentation for the time being. $/eqrion/cbindgen/blob/master/docs.md


[003] References
________________________________________________________________________________

[0] https://github.com/eqrion/cbindgen