1 unstable release
0.1.0 | May 25, 2023 |
---|
#8 in #exported
72 downloads per month
Used in 6 crates
(3 directly)
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.