Ayush
Ayush
> probably the bad one not necessarily. It is indeed useful in some cases, but the main reason why I didnt started with it in the beginning is because it...
Just to let you know, the recent changes had one more regression. Since we are now creating files OR appending to an existing file, it is also replacing the existing...
Saving this issue for all API related discussion.
I have started working on MRI scripts support [here](https://github.com/iddev5/zar/tree/mri-script) ~~and it has brought up the need to parse and query the contents of a file but not write all of...
I have also been doing my own independent attempt at this issue, here https://github.com/iddev5/zig-ar My ar can create basic files so far, and it is compatible with llvm-ar and ranlib...
This sounds great! Just to let you know that I am okay with either plans. On my repo, I have already got reading and writing common-style archives done (without symbol...
I was working on the "archive writing" part of zar. I was initially focused on generating just valid archive files and not byte-by-byte compatible ones. But the general focus moved...