3 releases
new 0.0.3 | Feb 20, 2025 |
---|---|
0.0.2 | Feb 12, 2025 |
0.0.1 | Jan 24, 2025 |
#1834 in Procedural macros
334 downloads per month
4KB
activity-macro
Introduce
activity-macro is a macro crate for the openharmony-activity project. It provides a set of macros for generating code related to activities in the openharmony-activity project.
Example
#[main]
pub fn main() {
let activity = Activity::new();
activity.run();
}
Dependencies
~195–630KB
~15K SLoC