Expand description
Application object definitions and lightweight match helpers.
This module exposes the types used to describe Layer-7 applications and
provides simple matching primitives. Sample application entries live in the
catalog submodule so consumers can replace or extend them as needed.
Feature flags:
serde– Enables serialization for the public structs.
Modules§
- catalog
- Sample application catalog for demonstration or testing.
Structs§
- Application
Definition - Application
Indicators - Application
Match Input - Application
Obj - Owned application object suitable for serialization and CRUD operations.