Russell
Russell
I was having some issues with the c++ standard library on different platforms (since resolved), but that lead me to notice that there was a broken doc link for get_cpp_link_stdlib,...
This is sort of a feature request, but I would also be happy to work on implementing it! I am experimenting with porting some of our C++ code to rust....
First, I would be interested in submitting a PR for this, but I wanted to get feedback first. For reference, FFTW3 can save and later load accumulated [wisdom](http://www.fftw.org/fftw3_doc/Words-of-Wisdom_002dSaving-Plans.html#Words-of-Wisdom_002dSaving-Plans) about optimal...
Possible dupe of https://github.com/rust-math/fftw/issues/126 Before I dive in, I want say I'm interested in opening a PR for this. I was hoping to hear if anyone had looked into this...
When running cargo doc I see the following output: ``` $ cargo doc Documenting fftw v0.8.0 (/Users/russell/projects/rust/fftw3-rs/fftw) warning: this URL is not a hyperlink --> fftw/src/plan.rs:4:20 | 4 | //!...
### Checklist * [x] I have read the [Contributor Guide](../CONTRIBUTING.md) * [x] I have read and agree to the [Code of Conduct](../CODE_OF_CONDUCT.md) * [x] I have added a description of...