phper 0.2.0

A library that allows us to write PHP extensions using pure Rust and using safe Rust whenever possible.
Documentation
1
2
3
fn main() {
    phper_build::register_configures();
}