nandi/jolt-nativepublic Fork 0
d94205326c3c9301b81a5570d612f922890d049a
Commits
Clone
git clone https://git.rickub.com/nandi/jolt-native.git
git clone ssh://git@rickub.com/nandi/jolt-native.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Build under buck2, with the toolchain pinned rather than found 460541b · on d94205326c3c9301b81a5570d612f922890d049a · nandi · 20d ago
asio_import.rs · 7 lines · 209 BRust Blame HistoryRaw
1
2
3
4
5
6
7
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(dead_code)]
#![allow(clippy::missing_safety_doc)]

include!(concat!(env!("OUT_DIR"), "/asio_bindings.rs"));