Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ids1024/iso9660-rs
- Owner: ids1024
- License: apache-2.0
- Created: 2018-01-05T19:10:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T08:46:32.000Z (about 1 year ago)
- Last Synced: 2024-10-14T09:35:42.750Z (2 months ago)
- Topics: filesystem, iso, iso9660, rust
- Language: Rust
- Homepage:
- Size: 178 KB
- Stars: 22
- Watchers: 5
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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)