Module neko::prelude [] [src]

The module prelude is for public.

Reexports

pub use super::SPEC_ROOT;
pub use super::PtyDisplay;
pub use super::Display;
pub use super::Neko;
pub use super::dynamic::Compositer;
pub use super::dynamic::library::Library;
pub use super::dynamic::library::LibraryState;
pub use super::dynamic::library::state::tooltip::Tooltip;
pub use super::dynamic::library::state::persona::Persona;

Structs

Character
Control
Graphic
Master
Mouse
Position
Shell

The struct Shell is the speudo terminal interface.

ShellState
Termios
Tuple
Winszed

The enum Winszed is the size of the tty window.

Enums

Cardinal
Code
CompositerError

The enum CompositerError defines the possible errors from constructor Compositer.

DeviceState
GraphicError

The enum GraphicError defines the possible errors from constructor Graphic.

Key
LibraryError

The enum LibraryError defines the possible errors from constructor Library.

NekoError

The enum NekoError defines the possible errors from constructor Neko.

Operate
Relative
Sheet
ShellError

The enum ShellError defines the possible errors from constructor Shell.

Constants

SPEC_MAX_DRAW

The limit of draws by sprite.

SPEC_MAX_XY

Traits

Parent