diff options
author | Malfurious <m@lfurio.us> | 2024-01-26 02:34:02 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-05-19 17:52:10 -0400 |
commit | 5751fc7313a1cd7fa7d18c24334e73f22c008752 (patch) | |
tree | 376a5b8ef47919772a2d5eaacacfe303c7de00a5 /pyproject.toml | |
parent | 78d45802803338c417477f4e8115024fdb68b4fe (diff) | |
download | sploit-5751fc7313a1cd7fa7d18c24334e73f22c008752.tar.gz sploit-5751fc7313a1cd7fa7d18c24334e73f22c008752.zip |
lict: Add new list-dictionary hybrid type
Lict is a fairly fully-featured data structure which stores elements in
a well ordered list, while offering opt-in support for per-element
dictionary keys. This type is intended to be the new back-end storage
for Payload data, but may have other use-cases as well.
An OrderedDict is not a suitable replacement, as they do not permit
unkeyed elements.
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'pyproject.toml')
0 files changed, 0 insertions, 0 deletions