# cedar-router **Repository Path**: mirrors/cedar-router ## Basic Information - **Project Name**: cedar-router - **Description**: cedar,轻量级 Golang 路由器,基于前缀树算法 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/cedar-router - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 4 - **Created**: 2020-02-10 - **Last Updated**: 2025-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` _ _ ____ | | | |/ ___| | | | | | | |_| | |___ \___/ \____| ``` # ultimate-cedar Improved version for cedar > 适用于现代api http框架 ### 集成以下功能 > * 一次性加解密 > * 前缀树 + hash 储存路由 > * json > * /:id/:number 匹配 > * 优雅的中间件 ### 方法说明 (可以直接参考 /test/router_test.go 里面的) [快速到达](https://github.com/tungyao/ultimate-cedar/blob/main/test/router_test.go)