zsh-module-macros 0.1.1

Macro portion of the zsh-module crate, a high-level framework for creating dynamically-loadable ZSH modules in Rust. This crate provides the procedural macros used by zsh-module, and is not intended to be used directly by end-users.
Documentation
1
2
3
# `zsh-module-macros`

This crate provides the procedural macros used by `zsh-module`, and is not intended to be used directly by end-users. For more information, see the [zsh-module crate](https://github.com/zsh-rs/zsh-module).