alef-backend-php 0.5.2

PHP (ext-php-rs) backend for alef
Documentation
1
2
3
4
5
6
7
//! PHP (ext-php-rs) binding generator backend for alef.

mod gen_bindings;
pub mod trait_bridge;
mod type_map;

pub use gen_bindings::PhpBackend;