Skip to content

marius851000/fs3ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Library to read unencrypted .3ds file

This library allow you

let file = File::open("rom.3ds").unwrap(); // get an access to an unencrypted romfs file
let _romfs_vfs = get_romfs_vfs(file).unwrap(); // get a vfs::VFS object to access the rom read only

For more information on how to use the returned vfs object, read it's documentation: https://docs.rs/vfs/0.2.1/vfs/trait.VFS.html.

About

A library to read unencrypted .3ds file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages