An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

github.com/robfig/pathtree

pathtree implements a tree for fast path lookup. Restrictions Wildcards are named path elements that may match any strings in that location. Two different kinds of wildcards are permitted: Single element wildcards in the last path element can optionally end with an extension. This allows for routes like '/users/:id.json', which will not conflict with '/users/:id'. Paths are mapped to the tree in the following way: Edges are implemented as a map from the path element name to the next node in the path.

Ecosystem
proxy.golang.org
Latest Release
v0.0.0-20140121041023-41257a1839e9
about 12 years ago
Versions
1
Dependent Packages
3
Dependent Repos
17
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/robfig/pathtree
spec
License MIT
Namespace github.com/robfig
First Release about 12 years ago
Last Synced about 3 hours ago
Repository
Stars 14 on GitHub
Forks 11 on GitHub
Rankings on proxy.golang.org
Overall Top 4.9%
Dependent packages Top 3.4%
Dependent repos Top 1.3%
Forks Top 6.0%