feat: first cut on M0 - base structure of project
This commit is contained in:
7
crates/bds-editor/src/lib.rs
Normal file
7
crates/bds-editor/src/lib.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
mod buffer;
|
||||
mod highlight;
|
||||
mod widget;
|
||||
|
||||
pub use buffer::EditorBuffer;
|
||||
pub use highlight::Highlighter;
|
||||
pub use widget::CodeEditor;
|
||||
Reference in New Issue
Block a user