1// Library interface for Pure editor 2// This exposes internal modules for testing and benchmarking 3 4pub mod editor; 5pub mod editor_display; 6pub mod render; 7pub mod theme;