feat(core): add versioned fake-session C ABI

This commit is contained in:
sechmachine
2026-08-12 15:08:09 +07:00
parent cb94f4ad5d
commit 67510b65b4
5 changed files with 1754 additions and 1 deletions
+5 -1
View File
@@ -1,4 +1,5 @@
#![forbid(unsafe_code, unsafe_op_in_unsafe_fn)]
#![deny(unsafe_code)]
#![forbid(unsafe_op_in_unsafe_fn)]
//! Provider-free wire codecs and bounded session primitives for `VerseVDI` clients.
//!
@@ -16,3 +17,6 @@ pub mod input;
pub mod media;
pub mod session;
pub mod wire;
#[allow(unsafe_code)]
mod abi;