Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yvan-sraka/hs-bindgen-attribute
Handy macro to generate C-FFI bindings from Rust to Haskell.
https://github.com/yvan-sraka/hs-bindgen-attribute
hacktoberfest haskell rust
Last synced: 3 months ago
JSON representation
Handy macro to generate C-FFI bindings from Rust to Haskell.
- Host: GitHub
- URL: https://github.com/yvan-sraka/hs-bindgen-attribute
- Owner: yvan-sraka
- License: apache-2.0
- Created: 2022-09-24T16:09:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T16:44:31.000Z (about 1 year ago)
- Last Synced: 2024-10-16T01:28:14.512Z (4 months ago)
- Topics: hacktoberfest, haskell, rust
- Language: Rust
- Homepage: https://crates.io/crates/hs-bindgen-attribute
- Size: 60.5 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `hs-bindgen-attribute`
This library define the `#[hs_bindgen]` procedural macro used by
[`hs-bindgen`](https://github.com/yvan-sraka/hs-bindgen) library.## Acknowledgments
⚠️ This is still a working experiment, not yet production ready.
This project was part of a work assignment as an
[IOG](https://github.com/input-output-hk) contractor.## License
Licensed under either of [Apache License](LICENSE-APACHE), Version 2.0 or
[MIT license](LICENSE-MIT) at your option.Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this project by you, as defined in the Apache-2.0 license,
shall be dual licensed as above, without any additional terms or conditions.