Docs.rs
ffi-enum-0.1.4
ffi-enum 0.1.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
AlseinX
Dependencies
ffi-enum-macros ^0.1.4
normal
thiserror ^2
normal
serde ^1
dev
serde_json ^1
dev
Versions
92.31%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
ffi_
enum
0.1.4
All Items
Crate Items
Modules
Enums
Traits
Attribute Macros
Crate
ffi_enum
Copy item path
Source
Modules
§
prelude
Re-exports of commonly used traits and types
Enums
§
Error
Error type which
ffi_enum
generated operation may return
Traits
§
FfiEnum
Types generated from
ffi_enum
implement this trait which provides essential type and constant information.
FfiEnum
Ext
Convenient operations on
FfiEnum
Attribute Macros
§
ffi_
enum
Converts the enum into ffi-safe
enum
s that could be safely sent through ffi Metadata, separated with
,
, passed as arguments of this attribute call would be transformed into raw attributes attached on the generated
ffi_enum
.