Cargo Features

[dependencies]
fastpfor = { version = "0.6.1", default-features = false, features = ["cpp", "rust"] }
default = cpp

Eventually we may want to build without the C++ bindings by default.
Keeping it on for now to simplify development.

cpp default

Enables cmake, cxx, and cxx-build

Affects fastpfor::cpp

rust

Enables thiserror

Affects fastpfor::rust