This project is aimed at testing and showing how to bind a Rust project to the multiple languages.
gettext
(Install viabrew install gettext
)
You can run following commands either in project's root directory or in each subproject's directory.
just build
just test
The
test
command automatically runsbuild
before being executed.