Skip to content

jaredonline/rust-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

Rust, make sure you install the nightly:

$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh -s -- --channel=nightly

PHP, 5.6.7, make sure you build it with --debug-enabled

Building the Rust part

$ cargo build
$ cp target/debug/librust_a_star-HEXSIGNATURE.dylib PATH/TO/YOUR/PHP/EXTENSIONS/librust_a_star.dylib

Running

$ PATH/TO/YOUR/DEBUG/ENABLED/PHP/php src/rust_a_star.php

Other helpful links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published