#neotron #api #systems #connection #applications #abi-stable #exported

neotron-ffi

Common types for FFI in Rust on Neotron Systems

1 unstable release

0.1.0 May 25, 2023

#7 in #exported

37 downloads per month
Used in 2 crates

MIT/Apache

21KB
336 lines

Neotron FFI

Types and functions for connection two Rust applications via a C-compatible API.

Changelog

Unreleased Changes

  • None

v0.1.0

  • First version

Licence

Copyright (c) The Neotron Developers, 2022

Licensed under either MIT or Apache-2.0 at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.


lib.rs:

FFI-safe types used in the various Neotron APIs.

Note that all types in this file that are exported in the Api structure must be #[repr(C)] and ABI stable.

No runtime deps