# README
Easy CEl
Easy CEL is a wrapping of https://github.com/google/cel-go
License
Licensed under the MIT License. See LICENSE for the full license text.
# Functions
NewEnvironment creates a new CEL environment.
NewRegistry creates adapter new Registry.
WithTagName sets the tag name used to convert types to CEL types.
WithTypeAdapter sets the type adapter used to convert types to CEL types.
WithTypeProvider sets the type provider used to convert types to CEL types.
# Structs
Environment is a wrapper around CEL environment.
No description provided by the author
# Interfaces
Type provider for native types.
# Type aliases
No description provided by the author