plabayo / rama

modular service framework to move and transform network packets
https://ramaproxy.org
Apache License 2.0
189 stars 20 forks source link

expose Any::is_any to proxydb (memory-db feature) #308

Closed GlenDC closed 2 months ago

GlenDC commented 2 months ago

currently you can create any StringFilters, but you cannot really call it. Either we re-export the Any trait or we expose it indirectly.

Also: the any constructor is also available even when memory-db feature is not enabled.