Used to write all macros of summer boot
rust
summer-boot-macro = "1.0.0"
This macro is mainly used to start asynchronous methods and create a new instance of summer boot
```rust
async fn main() { async { println!("Hello world"); }.await } ```
This macro is mainly used to automatically scan the workspace or under a single project API, and to automatically complete the scanning of YML configuration files under the resource directory
```rust
async fn main() { summer_boot::run(); } ```