Skip to content

miamore / examples

Editors note: This Library is not functionable alone, add to your existing project.

If you want to check out the original CThe C programming language. example that was made alongside development of miamore run the following commands to compile.

Terminal window
make static example

To have a luck at the example written in rust run these commands to compile it.

Terminal window
# build library
make static rust-build
# build build and run example
make rust-test

This project is licensed under the GNU LESSER GENERAL PUBLIC LICENSEThe GNU Lesser General Public License is used in some Ametrine projects - see the LICENSE file for details or see the license on here