AaronErhardt / actix-governor

A middleware for actix-web that provides rate-limiting backed by governor.
GNU General Public License v3.0
103 stars 21 forks source link

Const fn for GovernorConfigBuilder<PeerIpKeyExtractor> #16

Closed TobiasDeBruijn closed 2 years ago

TobiasDeBruijn commented 2 years ago

This PR adds several const fn's for GovernorConfigBuilder<PeerIpKeyExtractor>, namely:

The implementation of GovernorConfigBuilder<PeerIpKeyExtractor>::default() now calls const_default

Thanks

TobiasDeBruijn commented 2 years ago

Not sure why those other commits were referenced, as those were already implemented in a previous PR :thinking: If wanted I can open a new PR, hopefully without those commits referenced

AaronErhardt commented 2 years ago

Looks good to me. Thanks!