Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 314 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 314 Bytes

Rust wrapper for dbcppp

Dev setup

  • Install build-essential, cmake, clang, and ninja
  • git clone
  • git submodule update --init --recurse
  • (mkdir -p dbcppp/cmake-build-debug && cd dbcppp/cmake-build-debug && cmake ../ && ninja && bin/libdbcppp_Test)
  • cargo test