| Crates.io | ducc0 |
| lib.rs | ducc0 |
| version | 0.30.1 |
| created_at | 2023-02-24 17:36:29.343467+00 |
| updated_at | 2023-04-20 08:11:06.123058+00 |
| description | Wrapping ducc, the Distinctly Useful Code Collection |
| homepage | |
| repository | https://gitlab.mpcdf.mpg.de/mtr/ducc |
| max_upload_size | |
| id | 793801 |
| size | 1,178,757 |
This provides an initial Rust interface to the C++ ducc code
The detailed README on ducc can be found here
The Rust wrapper currently supports
For the C++ functions that support inplace operations (e.g., the c2c FFT), two rust functions are exposed: ducc0::fft_c2c and ducc0::fft_c2c_inplace.
Rust wrapper currently does not support
This wrapper is currently highly experimental. If you encounter problems or need
not yet supported components, please reach out to c@philipp-arras.de.
This is my first C++ wrapper for Rust. Feel free to give advice and feedback.