Crate pywrapper_macro

Source
Expand description

This crate declares only the proc macro attributes, as a crate defining proc macro attributes must not contain any other public items.

Attribute Macrosยง

enum_to_struct_wrapper
A proc macro used to expose ciphercore Rust enums as Python objects.
fn_wrapper
A proc macro used to expose single function to Python.
impl_wrapper
A proc macro used to expose methods to Python.
struct_wrapper
A proc macro used to expose ciphercore Rust structs as Python objects.