[][src]Crate kak_ui

Provides a high-level wrapper around kakoune's JSON-RPC UI.

The main types here are IncomingRequest and OutgoingRequest.

Structs

KakAtom
KakColor

A color in kakoune. Currently, this is a newtype wrapper around String.

KakCoord

A coordinate in kakoune

KakFace

Enums

IncomingRequest
KakAttribute

An attribute in kakoune

OutgoingRequest

Type Definitions

KakLine

A Vec of KakAtom