Rust framework 'Experimental

# Table of contents

Services

```rust use wildbird::derive::*;

// Convert struct to Service

[derive(Service)]

struct HelloService { component_name: String, }

// Impl Service trait construct()

[ServiceConstruct]

fn helloinit() -> HelloService { HelloService { componentname: "Hello World".to_string(), } } ```

Created By


License

MIT