phper-alloc 0.3.0

Alloc related items for phper crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "phper-alloc"
version = "0.3.0"
authors = ["jmjoy <918734043@qq.com>"]
edition = "2021"
rust-version = "1.56"
description = "Alloc related items for phper crate."
repository = "https://github.com/jmjoy/phper.git"
license = "Unlicense"
keywords = ["php", "alloc"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
phper-sys = { version = "0.3.0", path = "../phper-sys" }

[build-dependencies]
phper-build = { version = "0.3.0", path = "../phper-build" }