mirror of
https://github.com/danog/ext-php-rs.git
synced 2024-11-26 12:04:53 +01:00
bd84f28054
* Started work on guide, added types * Rewrite argument parser to allow referencs Primarly so that `&str` is a valid parameter type. * Remove generic `Into<String>` conversion to exception * Worked on guide, added macros * Build guide when building docs * Allow manual trigger of docs build * `cargo fmt`
7 lines
102 B
TOML
7 lines
102 B
TOML
[book]
|
|
authors = ["David Cole"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "ext-php-rs"
|