Docs.rs
open-entry-bindings-1.0.2
open-entry-bindings 1.0.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
muno9748
Dependencies
async-ffi ^0.4.0
normal
fast-async-mutex ^0.6.7
normal
libloading ^0.7.3
normal
paste ^1.0.7
normal
tokio ^1.18.2
normal
Versions
0%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
open_entry_bindings/
ffi.rs
1
use
std::sync::Arc;
2
3
pub struct
FfiBindings(
pub
Arc<[usize]>);