Hash :
94675057
Author :
Date :
2025-07-11T17:16:29
feat: marshalling save to file and read from file See marshalling.h comments for more details
[d] Refactor
[d] Marshall (write)
[d] marshall_read
# TODO
- [d] Refactor
- [x] serialise.c/h -> marshall.c/h
- [ ] deserialize.c/h -> marshall_read.c/h
- [x] s_serialize -> s_marshall
- [d] Marshall (write)
- [x] signed/unsigned
- [ ] str
- [ ] pointers
- [ ] tuple
- [ ] autres types ...
- [ ] tag
- [d] marshall_read
- [x] signed/unsigned
- [ ] str
- [ ] pointers
- [ ] tag
- [ ] tuple
- [ ] ...