alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
                        let {{ name }}: {{ rust_ty }} = meta
                            .get({{ index }})
                            .ok_or_else(|| {
                                PhpException::default("Missing metadata at index {{ index }}".into())
                            })?
                            .try_into()?;