We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c73000 commit 13116b3Copy full SHA for 13116b3
README.md
@@ -35,8 +35,7 @@ pub fn hello_world(name: String) -> String {
35
// Required to register the extension with PHP.
36
#[php_module]
37
pub fn module(module: ModuleBuilder) -> ModuleBuilder {
38
- module.function(wrap_function!(hello_world));
39
- module
+ module.function(wrap_function!(hello_world))
40
}
41
```
42
0 commit comments