Crates.io | hs-bindgen-traits |
lib.rs | hs-bindgen-traits |
version | 0.9.0 |
source | src |
created_at | 2022-10-18 07:24:12.331119 |
updated_at | 2023-07-04 14:14:50.071752 |
description | Utility traits behind hs-bindgen ergonomics |
homepage | |
repository | https://github.com/yvan-sraka/hs-bindgen-traits |
max_upload_size | |
id | 690693 |
size | 29,520 |
hs-bingen-traits
Utility traits behind hs-bindgen
ergonomics. It helps user to easily define wrapper function to derive a Rust
type from and into a C-FFI safe target type (that match the memory layout of
an Haskell type).
Does repr(C)
define a trait I can use to check structs were declared with #repr(C)
?
The answer is sadly no ... that's what this library trying to provide, like
what safer_ffi
does, but in a simpler and more minimal way, since the goal here is only to
target Haskell FFI.
⚠️ This is still a working experiment, not yet production ready.
This project was part of a work assignment as an IOG contractor.
Licensed under either of Apache License, Version 2.0 or MIT license 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.