ripht-php-sapi 0.1.0-rc.7

Ripht PHP SAPI - A PHP SAPI written in Rust to expose safe and convenient APIs to encourage additional Rust tooling development for PHP
Documentation
1
2
3
4
5
6
7
8
9
10
11
# schema: https://github.com/rust-lang/rustfmt/blob/master/Configurations.md

max_width = 80
chain_width = 30
binop_separator = "Front"
blank_lines_lower_bound = 1
brace_style = "SameLineWhere"
use_field_init_shorthand = true
use_small_heuristics = "Default"
group_imports = "StdExternalCrate"
single_line_let_else_max_width = 0