Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SteveGremory/Zap
/ functions
Functions
126 in github.com/SteveGremory/Zap
⨍
Functions
126
◇
Types & classes
75
Method
new
(writer: T)
src/signing/passthrough.rs:16
Method
new
()
src/pipeline/mod.rs:35
Method
read
(&mut self, buf: &mut [u8])
src/encryption/chachapoly.rs:171
Method
read
(&mut self, buf: &mut [u8])
src/encryption/passthrough.rs:104
Method
read
(&mut self, buf: &mut [u8])
src/encryption/xchachapoly.rs:171
Method
read
(&mut self, buf: &mut [u8])
src/encryption/aes_gcm_256.rs:217
Method
read
(&mut self, buf: &mut [u8])
src/compression/lz4.rs:126
Method
read
(&mut self, buf: &mut [u8])
src/compression/passthrough.rs:119
Method
read
(&mut self, buf: &mut [u8])
src/compression/snappy.rs:127
Method
read
(&mut self, buf: &mut [u8])
src/compression/gzip.rs:136
Method
read
(&mut self, buf: &mut [u8])
src/signing/passthrough.rs:89
Method
with_compress_algorithm
(self, with: C2)
src/pipeline/mod.rs:308
Method
with_compression_level
(level: Compression)
src/compression/gzip.rs:16
Method
with_io
(self, io: U)
src/pipeline/mod.rs:326
Method
with_key
(self, key: Vec<u8>)
src/encryption/xchachapoly.rs:39
Method
with_key
(self, key: Vec<u8>)
src/encryption/aes_gcm_256.rs:41
Method
with_tag
(self, tag: Vec<u8>)
src/encryption/aes_gcm_256.rs:48
Method
write
(&mut self, buf: &[u8])
src/encryption/chachapoly.rs:128
Method
write
(&mut self, buf: &[u8])
src/encryption/passthrough.rs:65
Method
write
(&mut self, buf: &[u8])
src/encryption/xchachapoly.rs:128
Method
write
(&mut self, buf: &[u8])
src/encryption/aes_gcm_256.rs:169
Method
write
(&mut self, buf: &[u8])
src/compression/lz4.rs:84
Method
write
(&mut self, buf: &[u8])
src/compression/passthrough.rs:77
Method
write
(&mut self, buf: &[u8])
src/compression/snappy.rs:85
Method
write
(&mut self, buf: &[u8])
src/compression/gzip.rs:94
Method
write
(&mut self, buf: &[u8])
src/signing/passthrough.rs:48
← previous
101–126 of 126, ranked by callers