
R3 is an url router library with high performance, thus, it's implemented in c. it compiles your route paths into a prefix trie. by using the constructed prefix trie in the start-up time, you can dispatch routes with efficiency.
this package contains development files for libr3.