diff options
author | William Carroll <wpcarro@gmail.com> | 2022-08-02T20·36-0700 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-08-02T20·42+0000 |
commit | 8e16730505b7c6958b2879fc287405ef2a317228 (patch) | |
tree | d7f66504011e9ea12b3a092d2a44e3f781b67295 /users | |
parent | 63683b08034f1ea8dfb19add6a3d6b4b63dfb9d9 (diff) |
docs(wpcarro/emacs): Add README to cycle.el r/4372
Include asciinema, which is only valid for 7d because their email authentication appears broken at the moment: https: //github.com/asciinema/asciinema-server/issues/347#issuecomment-1203063694 Change-Id: I33a38586a6660cd8c89bd9aff2d2a452e3c61a0b Reviewed-on: https://cl.tvl.fyi/c/depot/+/6032 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com>
Diffstat (limited to 'users')
-rw-r--r-- | users/wpcarro/emacs/pkgs/cycle/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/wpcarro/emacs/pkgs/cycle/README.md b/users/wpcarro/emacs/pkgs/cycle/README.md new file mode 100644 index 000000000000..416900d2532b --- /dev/null +++ b/users/wpcarro/emacs/pkgs/cycle/README.md @@ -0,0 +1,7 @@ +# cycle.el + +[![Build status](https://badge.buildkite.com/016bff4b8ae2704a3bbbb0a250784e6692007c582983b6dea7.svg?branch=refs/heads/canon)](https://buildkite.com/tvl/depot) + +Cycle data structure exposing mutable and (coming soon!) immutable APIs. + +[![asciicast](https://asciinema.org/a/FvFujpRpYjV9qCSGvk3uobOpV.svg)](https://asciinema.org/a/FvFujpRpYjV9qCSGvk3uobOpV) |