-
Notifications
You must be signed in to change notification settings - Fork 339
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
Write a book or guide or something #179
Comments
|
I grabbed https://cxx.rs to host stuff. It gets published automatically using mdbook from the master branch of https://github.com/dtolnay/cxx/tree/master/book. Now we just need to write the content. :) |
I am on the cusp of volunteering to do this, but I know if I did that, it would be instead of my https://github.com/google/autocxx experiments, and I feel I need to keep digging into those for now. But, if I get stalled there, and if you don't make progress on this in the next couple of months, I might be tempted to have a crack at it. I like writing. That doesn't mean I'm any good at it, of course :) Meanwhile, thoughts so far:
|
Thank you, your list is very helpful.
Definitely needs a page. At this point I think the controversy is 100% resolved by https://www.reddit.com/r/rust/comments/ielvxu/the_cxx_debate/g2i1r7a/ which I implemented in rust-lang/rust#75857 and will be available in rust 1.48 -- we'll release 0.(n+1) when it hits the stable compiler to require either |
We're in stable enough shape now to put together some better teaching material.
So far the main ways to learn about the intended functionality of this library are:
It's worth starting to work on something that would meet roughly the thoroughness of https://rust-lang.github.io/rust-bindgen.
The text was updated successfully, but these errors were encountered: