Skip to main content

Module core

Module core 

Source
Expand description

Define core components used to manage gitignore templates.

Structs§

GitignoreTemplateManager
Manager of gitignore templates.
LocalGitignoreTemplateManager
Manager of gitignore templates using local filesystem.
ProgramExit
DTO struct representing an early or abrupt program exit.
QualifiedString
RemoteGitignoreTemplateManager
Manager of gitignore templates using remote API.

Enums§

ExitKind
Enum for kind of program exit.
StringKind

Traits§

TemplateFactory
TemplateGenerator
Template generator trait to generate string templates.
TemplateLister
Template lister trait to list available templates.
TemplateManager