File tree Expand file tree Collapse file tree 9 files changed +13
-41
lines changed
Expand file tree Collapse file tree 9 files changed +13
-41
lines changed Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ cargo generate --git https://github.com/jmjoy/phper-ext-skel.git
2222
2323## Notice
2424
25- Now the library don't support ` ZTS ` , the template in use ` thread_local ` instead.
25+ Now the library don't support ` ZTS ` , the template is using ` thread_local! ` instead.
2626
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ name = "phper-macros"
33version = " 0.1.0"
44authors = [" __JM_Joy__ <918734043@qq.com>" ]
55edition = " 2018"
6- description = " PHP binding."
6+ description = " The proc-macros for phper crate."
7+ repository = " https://github.com/jmjoy/phper.git"
78license-file = " ../LICENSE"
8- keywords = [" php" , " binding " ]
9+ keywords = [" php" ]
910
1011# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1112
Original file line number Diff line number Diff line change 11[package ]
22name = " phper-sys"
3- version = " 0.0.1 "
3+ version = " 0.1.0 "
44authors = [" __JM_Joy__ <918734043@qq.com>" ]
55edition = " 2018"
6- description = " PHP binding."
6+ description = " Low level PHP binding for Rust."
7+ repository = " https://github.com/jmjoy/phper.git"
78license-file = " ../LICENSE"
89readme = " README.md"
910keywords = [" php" , " binding" ]
Original file line number Diff line number Diff line change 1- # PHPer
1+ # phper-sys
22
3- PHP binding for Rust.
3+ Low level PHP binding for Rust.
Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ name = "phper"
33version = " 0.1.0"
44authors = [" __JM_Joy__ <918734043@qq.com>" ]
55edition = " 2018"
6- description = " PHP binding."
6+ description = " A library that allows us to write PHP extensions using pure Rust and using safe Rust whenever possible."
7+ repository = " https://github.com/jmjoy/phper.git"
78license-file = " ../LICENSE"
8- readme = " README.md"
9- keywords = [" php" , " binding" ]
9+ readme = " ../ README.md"
10+ keywords = [" php" , " binding" , " extension " ]
1011
1112# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1213
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11extern crate phper_macros;
22
3- pub mod alloc;
4- pub mod context;
53mod macros;
64
75pub use phper_macros:: * ;
You can’t perform that action at this time.
0 commit comments