nandi/jolt-nativepublic Fork 0
fa4ecdfed6a830e6099d5fab9be24ef72ea1923b
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.

lib.rs · 9 lines · 192 BRust Blame HistoryRaw
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1#![allow(non_camel_case_types)]
2
3#[macro_use]
4extern crate num_derive;
5extern crate num_traits;
6
7pub mod bindings;
8pub use bindings::errors::{AsioError, LoadDriverError};
9pub use bindings::*;