ext-php-rs/guide/book.toml
David bd84f28054
Added ext-php-rs guide (#52)
* 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`
2021-08-22 01:00:14 +12:00

7 lines
102 B
TOML

[book]
authors = ["David Cole"]
language = "en"
multilingual = false
src = "src"
title = "ext-php-rs"