File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ homepage = "https://github.com/KillingSpark/zstd-rs"
88repository = " https://github.com/KillingSpark/zstd-rs"
99description = " A decoder for the zstd compression format"
1010exclude = [" decodecorpus_files/*" , " dict_tests/*" , " fuzz_decodecorpus/*" ]
11- readme = " ../ Readme.md"
11+ readme = " Readme.md"
1212keywords = [" zstd" , " zstandard" , " decompression" ]
1313categories = [" compression" ]
1414
Original file line number Diff line number Diff line change 1+ ../Readme.md
Original file line number Diff line number Diff line change 1010//! Compression can be achieved by using the [`encoding::compress`]/[`encoding::compress_to_vec`]
1111//! functions or [`encoding::FrameCompressor`]
1212//!
13- #![ doc = include_str ! ( "../../ Readme.md" ) ]
13+ #![ doc = include_str ! ( "../Readme.md" ) ]
1414#![ no_std]
1515#![ deny( trivial_casts, trivial_numeric_casts, rust_2018_idioms) ]
1616
You can’t perform that action at this time.
0 commit comments