# README
rule
Rule engine
- TODO:
- query hook
# Functions
NewForest build a new forest and return it.
NewJSONTree build a json rule tree.
NewLazyJSONTree build a lazy json rule tree.
NewLazyTileTree build a tree with tile children in lazy mode.
NewLazyTree build a lazy rule tree.
NewLazyYAMLTree build a yaml rule tree.
No description provided by the author
NewTileTree build a tree with tile children.
NewTree build a rule tree.
NewYAMLTree build a yaml rule tree.
# Variables
ErrNotExistsTree tree not exists.
# Type aliases
TreeBuilder tree build method.