Crate phantom

Source
Expand description

§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");

Structs§

Phantom

Type Aliases§

PResult