Skip to content

Commit

Permalink
Add roadmap section
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerwill90 committed Mar 28, 2023
1 parent 0873628 commit 142f137
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func Must(err error) {
```

#### Tree swapping
Fox also enables you to replace the entire tree in a single atomic operation using the `Store` and `Swap` methods.
Fox also enables you to replace the entire tree in a single atomic operation using the `Use` and `Swap` methods.
Note that router's options apply automatically on the new tree.
````go
package main
Expand Down Expand Up @@ -500,6 +500,10 @@ BenchmarkGorillaMux_GithubAll 562 21108
BenchmarkPat_GithubAll 550 2117715 ns/op 1410624 B/op 22515 allocs/op
```

## Road to v1
- [Update route syntax](https://github.com/tigerwill90/fox/pull/10#issue-1643728309)
- [Route overlapping](https://github.com/tigerwill90/fox/pull/9#issue-1642887919)

## Contributions
This project aims to provide a lightweight, high performance and easy to use http router. It purposely has a limited set of features and exposes a relatively low-level api.
The intention behind these choices is that it can serve as a building block for more "batteries included" frameworks. Feature requests and PRs along these lines are welcome.
Expand Down

0 comments on commit 142f137

Please sign in to comment.