## example_rule
example_rule(name, first, second)
Small example of rule using a markdown template. ### Attributes
name Name; required

A unique name for this target.

first String; optional

This is the first attribute

second String; optional
## ExampleProviderInfo
ExampleProviderInfo(foo, bar, baz)
Small example of provider using a markdown template. ### Fields
foo

A string representing foo

bar

A string representing bar

baz

A string representing baz

## example_function
example_function(foo, bar)
Small example of function using a markdown template. ### Parameters
foo required.

This parameter does foo related things.

bar optional. default is "bar"

This parameter does bar related things.

## example_aspect
example_aspect(name, first, second)
Small example of aspect using a markdown template. ### Aspect Attributes
deps String; required.
attr_aspect String; required.
### Attributes
name Name; required

A unique name for this target.

first Label; required
second String; optional

This is the second attribute.