Module editor

Module editor 

Source
Expand description

Editing files

Structs§

FormattingUnpreservable
Error indicating that formatting could not be preserved.
FsEditor
An editor for a file
GeneratedFile
Error indicating that a file is generated from another file.
TreeEditor
An editor for a file in a breezy tree

Enums§

EditorError
Error that can occur when editing a file.
TemplateType
The type of template used to generate a file.

Constants§

DO_NOT_EDIT_SCAN_LINES
Number of lines to scan for generated file indicators.
GENERATED_EXTENSIONS
List of extensions for template files.

Traits§

Editor
An editor for a file
Marshallable
A trait for types that can be edited
MutableTreeEdit
Allow calling .edit_file(“debian/control”) on a tree

Functions§

check_generated_file
Check if a file is generated from another file.
edit_formatted_file
Edit a formatted file.
tree_check_generated_file
Check if a file is generated from another file.
tree_edit_formatted_file
Edit a formatted file in a tree.