Steven
Steven
In the example: `file_name.name()` fails because it's actually a Result. ```rust let mut ntfs = Ntfs::new(&mut fs).unwrap(); let root_dir = ntfs.root_directory(&mut fs).unwrap(); let index = root_dir.directory_index(&mut fs).unwrap(); let mut iter...
Thank you for the project! Was super fun! I tried defining AND in terms of NOT and OR and my definition does not seem to work. I believe this to...
Sodium 0.2 got released very recently and it looks like this mod doesn't play well with it.   Thanks for making this!
Wondering if you think it'd be useful to have some other metrics like: - Latest crate version - Stars on GitHub - Downloads per month - Date of last commit...