Docs.rs
wrapped_mono_macros-0.4.0
wrapped_mono_macros 0.4.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
FractalFir
Dependencies
quote ^1.0
normal
syn ^1.0
normal
Versions
75%
of the crate is documented
Platform
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
wrapped_
mono_
macros
0.4.0
All Items
Crate Items
Macros
Attribute Macros
Derive Macros
Crate
wrapped_mono_macros
Copy item path
Source
Macros
§
add_
internal_
call
Macro equivalent of
mono_add_internal_call
with automatic support for type conversion. Allows you to expose a function as an internal call
Attribute Macros
§
invokable
Macro creating a wrapper around a function making it able to be exposed as internal call.
Derive Macros
§
Interop
Recive
Autoimplement
InteropRecive
trait for any type containing only
IteropRecive
implementing memebers. Currently supports only structs, and trivial enums(C-like enums) of size less than u64(C# max enum size).