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
22
22
23
23
## Notice
24
24
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.
26
26
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ name = "phper-macros"
3
3
version = " 0.1.0"
4
4
authors = [" __JM_Joy__ <918734043@qq.com>" ]
5
5
edition = " 2018"
6
- description = " PHP binding."
6
+ description = " The proc-macros for phper crate."
7
+ repository = " https://github.com/jmjoy/phper.git"
7
8
license-file = " ../LICENSE"
8
- keywords = [" php" , " binding " ]
9
+ keywords = [" php" ]
9
10
10
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
12
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " phper-sys"
3
- version = " 0.0.1 "
3
+ version = " 0.1.0 "
4
4
authors = [" __JM_Joy__ <918734043@qq.com>" ]
5
5
edition = " 2018"
6
- description = " PHP binding."
6
+ description = " Low level PHP binding for Rust."
7
+ repository = " https://github.com/jmjoy/phper.git"
7
8
license-file = " ../LICENSE"
8
9
readme = " README.md"
9
10
keywords = [" php" , " binding" ]
Original file line number Diff line number Diff line change 1
- # PHPer
1
+ # phper-sys
2
2
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"
3
3
version = " 0.1.0"
4
4
authors = [" __JM_Joy__ <918734043@qq.com>" ]
5
5
edition = " 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"
7
8
license-file = " ../LICENSE"
8
- readme = " README.md"
9
- keywords = [" php" , " binding" ]
9
+ readme = " ../ README.md"
10
+ keywords = [" php" , " binding" , " extension " ]
10
11
11
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
13
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 1
1
extern crate phper_macros;
2
2
3
- pub mod alloc;
4
- pub mod context;
5
3
mod macros;
6
4
7
5
pub use phper_macros:: * ;
You can’t perform that action at this time.
0 commit comments