alef 0.23.15

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