Macros§
- encode_
as_ constant_ bytes - Encode the literal string passed to this macro as
ConstantBytes. - julia_
module - Export functions, types and constants defined in Rust as a Julia module.
Attribute Macros§
- julia_
version - Conditional compilation depending on the used version of Julia.
Derive Macros§
- CCall
Arg - Derive
CCallArg. - CCall
Return - Derive
CCallReturn. - Construct
Type - Derive
ConstructType. - Enum
- Derive
Enum. - Foreign
Type - Derive
ForeignType. - HasLayout
- Derive
HasLayout. - Into
Julia - Derive
IntoJulia. - IsBits
- Derive
IsBits. - Opaque
Type - Derive
OpaqueType. - Typecheck
- Derive
Typecheck. - Unbox
- Derive
Unbox. - Valid
Field - Derive
ValidField. - Valid
Layout - Derive
ValidLayout.