# listex v0.1.0 - Table of Contents

> One process per list: concurrent list editing with stable ids, arrival-order conflict resolution and idle shutdown.

## Pages

- [Listex](readme.md)
- [LICENSE](license.md)

## Modules

- [Listex](Listex.md): One process per list, for simple concurrent editing.
- [Listex.Event](Listex.Event.md): What a subscriber is told happened, in the order the list process decided it
happened.
- [Listex.ID](Listex.ID.md): Stable identifiers for list items and lists.
- [Listex.Item](Listex.Item.md): One element of a list.
- [Listex.List](Listex.List.md): The process that holds one list.
- [Listex.Registry](Listex.Registry.md): Maps a list id to the process holding that list.

- [Listex.Snapshot](Listex.Snapshot.md): The whole list at one point in time.

