§Phantom Editor
A simple yet complex, shadow fast, rust text editor, to run in the shadows
§Example
use phantom::{Phantom, PResult};
let mut phantom: Phantom = Phantom::new().expect("Phantom error: {0}");
phantom.run().expect("Panic... phantom run failed");