summaryrefslogtreecommitdiffhomepage
path: root/lib/struct.c
AgeCommit message (Expand)Author
2023-08-23docs: add struct module documentationJo-Philipp Wich
2023-05-27struct: remove state->lenFelix Fietkau
2022-06-08struct: add optional offset argument to `unpack()`Jo-Philipp Wich
2022-06-04struct: fix packing `*` format after other repeated formatsJo-Philipp Wich
2022-01-24struct: implement `*` format, fix invalid memory accessesJo-Philipp Wich
2022-01-04struct: reuse double packing routines from coreJo-Philipp Wich
2021-11-01treewide: fix typo in exported function names and typesJo-Philipp Wich
2021-11-01struct: fix PowerPC specific compiler pragma nameJo-Philipp Wich
2021-10-31lib: introduce struct libraryJo-Philipp Wich