File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Generate PHP code from Rust using a fluent API 🐘 🦀
4
4
5
+ [ ![ Actions Status] ( https://github.com/php-rust-tools/codegen/workflows/ci/badge.svg )] ( https://github.com/php-rust-tools/codegen/actions )
6
+ [ ![ Crates.io] ( https://img.shields.io/crates/v/php_codegen.svg )] ( https://crates.io/crates/php_codegen )
7
+ [ ![ Docs] ( https://docs.rs/php_codegen/badge.svg )] ( https://docs.rs/php_codegen/latest/php_codegen/ )
8
+
5
9
Rust | PHP
6
10
:----------------------------------------------:|:----------------------------------------------:
7
11
[ ![ ] ( screenshots/rust.png )] ( examples/simple.rs ) | [ ![ ] ( screenshots/php.png )] ( examples/simple.php )
8
12
13
+
14
+ ## Usage
15
+
16
+ To bring this crate into your repository, either add ` php_codegen ` to your ` Cargo.toml ` , or run ` cargo add php_codegen ` .
17
+
18
+ See the [ examples] ( examples ) directory for more examples.
19
+
9
20
## License
10
21
11
22
Licensed under either of
@@ -21,4 +32,4 @@ at your option.
21
32
22
33
Unless you explicitly state otherwise, any contribution intentionally submitted
23
34
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
24
- dual licensed as above, without any additional terms or conditions.
35
+ dual licensed as above, without any additional terms or conditions.
You can’t perform that action at this time.
0 commit comments