We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771f8d8 commit 625534cCopy full SHA for 625534c
src/elf/compression_header.rs
@@ -18,6 +18,8 @@ macro_rules! elf_compression_header {
18
19
/// ZLIB/DEFLATE algorithm.
20
pub const ELFCOMPRESS_ZLIB: u32 = 1;
21
+/// Zstandard algorithm.
22
+pub const ELFCOMPRESS_ZSTD: u32 = 2;
23
/// Start of OS-specific.
24
pub const ELFCOMPRESS_LOOS: u32 = 0x6000_0000;
25
/// End of OS-specific.
0 commit comments