Skip to main content

Crate pixiv3_rs_proc

Crate pixiv3_rs_proc 

Source
Expand description

§pixiv3-rs-proc

Procedural macros for pixiv3-rs: API endpoint code generation (api_endpoints! and related macros).

This crate is an implementation detail of pixiv3-rs. You normally depend on the main crate only:

[dependencies]
pixiv3-rs = "0.1"

See pixiv3-rs for usage and documentation.

§License

Unlicense.

Macros§

api_endpoints
Generates async API methods on AppPixivAPI from endpoint definitions.
no_op_macro
A no-op macro that does nothing. Used for placeholder or conditional compilation.