View Source API Reference y_ex v0.3.4

Modules

Yex

Documentation for Yex.

A shareable Array-like type that supports efficient insert/delete of elements at any position.

A preliminary array. It can be used to early initialize the contents of a Array.

Examples

iex> doc = Yex.Doc.new()
iex> {:ok, _awareness} = Yex.Awareness.new(doc)

Document options.

A shareable Map type.

A preliminary map. It can be used to early initialize the contents of a Map.

Sync protocol.

A shareable type that is optimized for shared editing on text.