iso9660 0.1.1

(Incomplete) implementation of ISO9660 filesystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
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