tower
tower copied to clipboard
feat: Make new functions const when possible
The main reason was to allow to initialize the RateLimitLayer in a const context. So why not making ever new function const (wherever it's possible). :P