about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2022-08-02T20·32-0700
committerclbot <clbot@tvl.fyi>2022-08-03T17·11+0000
commit7e7ed4649b95794f11cc323715ca5f3df2e5eb04 (patch)
tree57c30a75ceb52751b6c456e2c5728694f54e92fc
parent31bd89c777da94e48a58c0fbd563515e8fbcbba3 (diff)
docs(wpcarro/emacs): Provide README for struct.el r/4377
:)

Change-Id: Ibf8b051f4ca5a3cded20d5256227ec9accfbb787
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6030
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
-rw-r--r--users/wpcarro/emacs/pkgs/struct/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/wpcarro/emacs/pkgs/struct/README.md b/users/wpcarro/emacs/pkgs/struct/README.md
new file mode 100644
index 0000000000..34dac6614c
--- /dev/null
+++ b/users/wpcarro/emacs/pkgs/struct/README.md
@@ -0,0 +1,6 @@
+# struct.el
+
+[![Build status](https://badge.buildkite.com/016bff4b8ae2704a3bbbb0a250784e6692007c582983b6dea7.svg?branch=refs/heads/canon)](https://buildkite.com/tvl/depot)
+
+Provides new macros exposing immutable and mutable interfaces for working with
+structs in Elisp.