Rust API / cxx bindings for [libtorrent].
All c++ reference can be found in libtorrent [reference documentation]
1/ Download or [build] libtorrent (branch C20)
2/ Build libtorrent-sys:
RUSTFLAGS="-C linker=g++" CXX=g++ cargo build