alef 0.23.15

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
#[php_function]
pub fn {{ unregister_fn }}(name: String) -> ext_php_rs::prelude::PhpResult<()> {
    {{ host_path }}(&name).map_err(|e| ext_php_rs::exception::PhpException::default(format!("{}", e)))
}