## Libraries

### included in repo

* libfuse: https://github.com/libfuse/libfuse (heavily modified fork of v2.x)
* rapidhash: https://github.com/Nicoshev/rapidhash
* fmt: https://github.com/fmtlib/fmt
* concurrentqueue: https://github.com/cameron314/concurrentqueue
* scope_guard: https://github.com/Neargye/scope_guard
* subprocess: https://github.com/arun11299/cpp-subprocess
* CLI11: https://github.com/CLIUtils/CLI11
* boost
  * download boost
  * ./bootstrap.sh
  * ./b2 tools/bcp
  * ./dist/bin/bcp unordered/concurrent_flat_map.hpp <target_dir>
