solder 0.1.6

A library to build PHP extensions using Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.libc]
version = "0.2.0"

[lib]
name = "solder"

[package]
authors = ["Bruno Clemente <bruno.canguru@hotmail.com>"]
build = "build.rs"
description = "A library to build PHP extensions using Rust."
edition = "2018"
keywords = ["php", "php-extension", "ffi"]
license = "MIT"
name = "solder"
readme = "README.md"
repository = "https://github.com/killertux/solder"
version = "0.1.6"