#lib #filesystem #amiga #rust

bin+lib adflib

adflib is a library to handle amiga disk files

3 releases

0.0.3 Mar 20, 2023
0.0.2 Sep 6, 2022
0.0.1 Sep 6, 2022

#972 in Data structures

MIT/Apache

10KB
71 lines

adflib

A Rust library for managing ADF files.

Motivation

As proceeding with cross development for the Amiga, I needed a way to manage ADF files. I found a few libraries, but none of them were written in Rust. That's the lang I wanted my tools in. So I decided to write a Rust based library for managing ADF files. The library is still in its early stages, is not yet feature complete and is not yet well tested.

It is my intention to make this library as complete as possible, so that it can be used in other projects.

The library is based on the [ADF File Format] (http://lclevy.free.fr/adflib/faq.html) specification and uses the concepts of the [ADF library] (https://github.com/lclevy/ADFlib) by Laurent Clevy which was written in 1997.

Nevertheless it is a conversion to Rust without the use of any C code or the ADF library.

Usage

TBD

License

I decided to use the MIT/APACHE-2 license for this project. See the License files in the root of the project for details.

Acknowledgments

Contribution

If you want to contribute to this project, please feel free to do so. I am happy to accept pull requests. Any help is appreciated. If you have any questions, please feel free to contact me.

Dependencies

~1.2–1.8MB
~35K SLoC