We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Matrix plugin has macros to define a config in a declarative way, once that is tested out a bit better we'll likely want to import this here.
The macros currently can't take set a callback for the config option, support for this should probably be added before the macros are moved here.
The macros can be found at: https://github.com/poljar/weechat-matrix-rs/blob/master/src/config_macros.rs#L200
The text was updated successfully, but these errors were encountered:
This has been imported but it requires nightly, it's behind a config-macro feature flag.
config-macro
It's still missing a way to define change callbacks for the options.
Sorry, something went wrong.
It doesn't require nightly as of Rust 1.45. The macros now generate docstrings for the section and option getters.
Callbacks for the options are still missing.
No branches or pull requests
The Matrix plugin has macros to define a config in a declarative way, once that is tested out a bit better we'll likely want to import this here.
The macros currently can't take set a callback for the config option, support for this should probably be added before the macros are moved here.
The macros can be found at: https://github.com/poljar/weechat-matrix-rs/blob/master/src/config_macros.rs#L200
The text was updated successfully, but these errors were encountered: