Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ids1024/iso9660-rs

Rust library for reading iso9660 filesystems
https://github.com/ids1024/iso9660-rs

filesystem iso iso9660 rust

Last synced: about 2 months ago
JSON representation

Rust library for reading iso9660 filesystems

Awesome Lists containing this project

README

        

iso9660-rs
==========

[![Build Status](https://travis-ci.org/ids1024/iso9660-rs.svg?branch=master)](https://travis-ci.org/ids1024/iso9660-rs)

Work in progress iso filesystem implementation in Rust.

Sources
-------
* [ECMA-119 standard](https://www.ecma-international.org/publications/standards/Ecma-119.htm)
* [ISO 9660 on the OSDev wiki](https://wiki.osdev.org/ISO_9660)
* [Wikipedia article on ISO 9660](https://en.wikipedia.org/wiki/ISO_9660)
* [Linux kernel isofs module](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/fs/isofs)