# README
📜 Caesar Vexillum
Caesar is a Go web framework, designed for productivity. It takes inspiration from traditional web frameworks such as Ruby on Rails, Laravel, Django, Phoenix, AdonisJS, etc.
[!NOTE]
Vexillum is a Latin word that means flag.
This library is a (very, very, very) lightweight feature flag library for the Caesar web framework.
It allows you to enable or disable features in your application.
# Functions
IsFeatureActive returns true if the feature is active.
New returns a new Vexillum instance.
VexillumMiddleware is a middleware that injects feature flags into the context (so that it can be used in the templ views).
# Constants
No description provided by the author
# Type aliases
No description provided by the author