Docs.rs
arma-rs-proc-1.12.0
arma-rs-proc 1.12.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
BrettMayson
Dependencies
proc-macro2 ^1.0.92
normal
quote ^1.0.37
normal
syn ^2.0.90
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
Crate arma_rs_proc
arma_
rs_
proc
1.12.0
All Items
Crate Items
Attribute Macros
Derive Macros
Crate
arma_
rs_
proc
Copy item path
Source
Attribute Macros
§
arma
Used to generate the necessary boilerplate for an Arma extension. It should be applied to a function that takes no arguments and returns an extension.
Derive Macros
§
From
Arma
Derive implementation of
FromArma
, only supports structs.
Into
Arma
Derive implementation of
IntoArma
, only supports structs.