solder 0.1.3

A library to build PHP extensions using Rust.
Documentation
1
2
3
4
5
FROM php:7.2-cli
COPY . /usr/src/solder
WORKDIR /usr/src/solder
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
CMD [ "run_example.sh"]