Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate lax code from lapack-sys crate #324

Closed
wants to merge 2 commits into from
Closed

Conversation

termoshtt
Copy link
Member

lapack-sys crate has been generated using rust-bindgen from lapack.h of LAPACKE project at https://github.com/blas-lapack-rs/lapack-sys/blob/master/bin/generate.sh

This PR try to generate idiomatic rust binding for as lax code as Rust (lapack-sys) to Rust (lax) code generation based on proc-macro utilities (syn, quote, proc-macro2).

This is a revival of blas-lapack-rs/lapack-sys#12

@termoshtt termoshtt self-assigned this Aug 29, 2022
@termoshtt
Copy link
Member Author

This is originated from considering about #327, but it should be resolved by #329.

I also find the generation of lax code will be very hard while creating #328.

@termoshtt termoshtt closed this Aug 31, 2022
@termoshtt termoshtt deleted the lax-bindgen branch August 31, 2022 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant