slackbuilds/libraries/libr3
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
libr3.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
libr3.info
slack-desc

README

R3 is an URL router library with high performance, thus, it's
implemented in C. It compiles your R3Route paths into a prefix
tree.

By using the prefix tree constructed in the start-up time, you
can dispatch the path to the controller with high efficiency.

Optional dependencies:
 - graphviz (rendering Routes With Graphviz)
   GRAPHVIZ=yes ./libr3.SlackBuild