/*
The build.rs handles setting up the tests/rsts git submodule for unit testing.
rsts is the RiveScript Test Suite which contains a series of YAML files for
testing various features of RiveScript.
The build.rs only runs for developers of rivescript-rs when working out of
the project repository for this crate; not when end users of the library are
building their project.
*/