goad 1.1.9

Compute the single scattering properties of particles much larger than the wavelength of light with geometric optics and aperture diffraction theory.
Documentation
1
2
3
4
5
6
7
8
9
10
use pyo3_stub_gen::Result;

fn main() -> Result<()> {
    // Initialize env_logger for debugging if needed
    env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("info")).init();

    let stub = goad::stub_info()?;
    stub.generate()?;
    Ok(())
}