Skip to content

Commit ea92e43

Browse files
committed
docs(repr): add repr to module indexes
1 parent a0dec86 commit ea92e43

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ luarocks install mods
5151
| [`keyword`] | Lua keyword helpers for reserved-word checks. |
5252
| [`List`] | Python-style list helpers for mapping, filtering, and slicing. |
5353
| [`operator`] | Operator helpers as functions. |
54+
| [`repr`] | Readable Lua value rendering with deterministic table ordering. |
5455
| [`Set`] | Set operations and helpers for unique values. |
5556
| [`str`] | String utility helpers modeled after Python's `str`. |
5657
| [`stringcase`] | String case conversion helpers. |
@@ -76,6 +77,7 @@ Thanks to these Lua ecosystem projects:
7677
[`keyword`]: https://luamod.github.io/mods/modules/keyword
7778
[`List`]: https://luamod.github.io/mods/modules/list
7879
[`operator`]: https://luamod.github.io/mods/modules/operator
80+
[`repr`]: https://luamod.github.io/mods/modules/repr
7981
[`Set`]: https://luamod.github.io/mods/modules/set
8082
[`str`]: https://luamod.github.io/mods/modules/str
8183
[`stringcase`]: https://luamod.github.io/mods/modules/stringcase

docs/src/modules/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ description: Overview of available Mods modules and their purpose.
1111
| [`keyword`](/modules/keyword) | Lua keyword helpers for reserved-word checks. |
1212
| [`List`](/modules/list) | Python-style list helpers for mapping, filtering, and slicing. |
1313
| [`operator`](/modules/operator) | Operator helpers as functions. |
14+
| [`repr`](/modules/repr) | Readable Lua value rendering with deterministic table ordering. |
1415
| [`Set`](/modules/set) | Set operations and helpers for unique values. |
1516
| [`str`](/modules/str) | String utility helpers modeled after Python's `str`. |
1617
| [`stringcase`](/modules/stringcase) | String case conversion helpers. |

0 commit comments

Comments
 (0)