//! Editor functionality pub struct Editor {} impl Editor { pub fn new() -> Self { Editor { } } }