/// Used to generate stub files for Pyo3
useanyhow::Result;fnmain()->Result<()>{// `stub_info` is a function defined by `define_stub_info_gatherer!`
// macro.
cfg_select!{all(feature ="python-bindings",not(feature ="python-bindings-nostandalone"))=>{let stub =lasprs::stub_info()?;
stub.generate()?;},_=>{}}Ok(())}