Skip to content

Commit

Permalink
Add link to Deflate64
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jan 26, 2024
1 parent aa44aae commit 601ea02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rc-zip/src/format/archive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ pub enum Method {
/// [DEFLATE (RFC 1951)](https://www.ietf.org/rfc/rfc1951.txt)
Deflate = 8,

/// [DEFLATE64](
/// [DEFLATE64](https://deflate64.com/)
Deflate64 = 9,

/// [BZIP-2](https://github.com/dsnet/compress/blob/master/doc/bzip2-format.pdf)
Expand Down

0 comments on commit 601ea02

Please sign in to comment.