ivory/examples/helloworld
2019-04-05 11:21:08 +02:00
..
src remove the need to list all exported functions when declaring the module 2019-04-05 11:21:08 +02:00
Cargo.toml cleanup 2019-04-01 22:21:07 +02:00
README.md cleanup 2019-04-01 22:21:07 +02:00

Example

Usage

  • build with cargo build
  • run php with the module and call the defined method
    php -d extension=../../target/debug/libhelloworld.so -r 'helloworld();'`