Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* `build.rs`: `The custom build file used by CXX, see CXX docs.
* `cxx.h`: The generic types used by CXX generated code.
* `lib.rs.h`: The project specific C++ types generated by CXX.
-* `libsettings.a`: The actual static library procuced by this crate.
+* `libsettings.a`: The actual static library produced by this crate.
* `src`: The actual rust code, `lib.rs` is generated, `bridge.rs` and `helpers.rs` are maintained manually.
* `target`: The `cargo` maintained Rust build directory.