Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2a8428e..449cf9a 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Some examples
- `mft_dump -e <output_directory> -o json <input_file>` will extract all resident streams in MFT to files.
# Library usage:
-```rust
+```rust,no_run
use mft::MftParser;
use mft::attribute::MftAttributeContent;
use std::path::PathBuf;