Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ajmwagar/merino
/ functions
Functions
18 in github.com/ajmwagar/merino
⨍
Functions
18
◇
Types & classes
11
↓ 7 callers
Method
shutdown
Shutdown a client
src/lib.rs:311
↓ 2 callers
Method
send
(&self, stream: &mut T)
src/lib.rs:86
↓ 1 callers
Function
addr_to_socket
Convert an address and AddrType to a SocketAddr
src/lib.rs:505
↓ 1 callers
Method
auth
(&mut self)
src/lib.rs:347
↓ 1 callers
Method
authed
Check if username + password pair are valid
src/lib.rs:306
↓ 1 callers
Method
get_avalible_methods
Return the avalible methods based on `self.auth_nmethods`
src/lib.rs:491
↓ 1 callers
Method
handle_client
Handles a client
src/lib.rs:424
↓ 1 callers
Method
init
(&mut self)
src/lib.rs:316
↓ 1 callers
Function
pretty_print_addr
Convert an AddrType and address to String
src/lib.rs:546
↓ 1 callers
Method
serve
(&mut self)
src/lib.rs:224
Function
bench_pow
(b: &mut Bencher)
benches/common.rs:8
Method
from
(e: MerinoError)
src/lib.rs:127
Method
from_stream
Parse a SOCKS Req from a TcpStream
src/lib.rs:580
Function
main
()
src/main.rs:67
Function
merino_contructor
Can we crate a new `Merino` instance
tests/common.rs:5
Method
new
(status: ResponseCode)
src/lib.rs:64
Method
new_no_auth
Create a new SOCKClient with no auth
src/lib.rs:283
Method
stream_mut
Mutable getter for inner stream
src/lib.rs:301