solder 0.1.6

A library to build PHP extensions using Rust.
Documentation
FROM php:7.2-cli
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
CMD [ "run_example.sh"]