matthewhammer / motoko-sequence

Generic Motoko library for sequential data
Apache License 2.0
15 stars 3 forks source link

Sequence documantation/example #21

Open ansarizafar opened 3 years ago

ansarizafar commented 3 years ago

Is there any example/documantation available showing how to use this module in an project?

matthewhammer commented 3 years ago

@ansarizafar sorry for my late reply. I was away from this work during March, on child bonding leave.

There are some example projects that use this repo, but no documentation beyond that yet. Apologies for that.

See also:

In particular, each project uses this data structure to implement its event log.

Like this project, CandidSpaces is a WIP. It will use this project more extensively to implement its internal state representation, and already does so even at this early stage.

Also, if you have a particular use case in mind, I am curious to hear more.

matthewhammer commented 3 years ago

@ansarizafar You may find this PR interesting, as it shows more of my intentions for using this, in a focused way: https://github.com/matthewhammer/motoko-sequence/pull/24#issue-663762356