Skip to content

Commit 127527d

Browse files
authored
Merge pull request #46 from kevinji/patch-1
Readme: Syntax highlight Rust code
2 parents 6242d15 + 71cdfec commit 127527d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Additionally to the descriptions and the docs you can have a look at the zstd /
7373

7474
The easiest is to wrap the io::Read into a StreamingDecoder which itself implements io::Read. It will decode blocks as necessary to fulfill the read requests
7575

76-
```
76+
```rust
7777
let mut f = File::open(path).unwrap();
7878
let mut decoder = StreamingDecoder::new(&mut f).unwrap();
7979

0 commit comments

Comments
 (0)