Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Network-Programming-with-Rust
/ functions
Functions
272 in github.com/PacktPublishing/Network-Programming-with-Rust
⨍
Functions
272
◇
Types & classes
58
Method
default_instance
()
Chapter05/grpc/src/foobar.rs:42
Method
deref
(&self)
Chapter06/ch6/rocket-blog/src/db.rs:27
Method
description
(&self)
Chapter06/ch6/rocket-blog/src/error.rs:34
Method
description
(&self)
Chapter02/custom-errors.rs:18
Method
descriptor
(&self)
Chapter05/grpc/src/foobar.rs:207
Method
descriptor_static
(_: ::std::option::Option<CabLocationRequest>)
Chapter05/grpc/src/foobar.rs:217
Method
deserialize
(deserializer: D)
Chapter04/chapter4/serde-custom/src/main.rs:31
Method
encode
(&mut self, msg: Self::Item, buf: &mut BytesMut)
Chapter07/collatz-streaming/src/lib.rs:157
Method
encode
(&mut self, msg: String, buf: &mut BytesMut)
Chapter07/collatz-proto/src/main.rs:48
Method
encode
(&mut self, msg: CollatzFrame, buf: &mut BytesMut)
Chapter07/collatz-multiplexed/src/lib.rs:87
Method
expecting
(&self, formatter: &mut fmt::Formatter)
Chapter04/chapter4/serde-custom/src/main.rs:51
Function
flip
()
Chapter03/tcp-echo-server-random.rs:7
Method
fmt
(&self, f: &mut fmt::Formatter)
Chapter06/ch6/rocket-blog/src/error.rs:16
Method
fmt
(&self, f: &mut ::std::fmt::Formatter)
Chapter05/grpc/src/foobar.rs:254
Method
fmt
(&self, f: &mut fmt::Formatter)
Chapter02/custom-errors.rs:10
Method
fmt
(&self, f: &mut fmt::Formatter)
Chapter02/derive.rs:11
Method
from
(src: CollatzMessage)
Chapter07/collatz-streaming/src/lib.rs:89
Method
from
(e: DieselError)
Chapter06/ch6/rocket-blog/src/error.rs:25
Method
from
(&self)
Chapter05/lettre-example/src/main.rs:38
Method
from_data
(req: &Request, data: Data)
Chapter06/ch6/rocket-blog/src/models.rs:30
Method
from_request
(_: &'a Request<'r>)
Chapter06/ch6/rocket-blog/src/db.rs:34
Method
get_accepted
(&self)
Chapter05/grpc/src/foobar.rs:303
Method
get_accepted_for_reflect
(&self)
Chapter05/grpc/src/foobar.rs:307
Method
get_cabs
(&self, o: ::grpc::RequestOptions, p: super::foobar::GetCabRequest)
Chapter05/grpc/src/foobar_grpc.rs:74
Method
get_cabs
(&self)
Chapter05/grpc/src/foobar.rs:673
Method
get_cabs_for_reflect
(&self)
Chapter05/grpc/src/foobar.rs:677
Method
get_latitude
(&self)
Chapter05/grpc/src/foobar.rs:1088
Method
get_latitude_for_reflect
(&self)
Chapter05/grpc/src/foobar.rs:1092
Method
get_location
(&self)
Chapter05/grpc/src/foobar.rs:115
Method
get_location_for_reflect
(&self)
Chapter05/grpc/src/foobar.rs:119
Method
get_longitude
(&self)
Chapter05/grpc/src/foobar.rs:1111
Method
get_longitude_for_reflect
(&self)
Chapter05/grpc/src/foobar.rs:1115
Method
get_name
(&self)
Chapter05/grpc/src/foobar.rs:74
Method
get_name_for_reflect
(&self)
Chapter05/grpc/src/foobar.rs:78
Method
has_location
(&self)
Chapter05/grpc/src/foobar.rs:92
Method
into_any
(self: Box<Self>)
Chapter05/grpc/src/foobar.rs:203
Method
is_initialized
(&self)
Chapter05/grpc/src/foobar.rs:129
Function
it_works
()
Chapter08/key-exchange/src/lib.rs:4
Function
longer_vector
(x: &'a[i32], y: &'a[i32])
Chapter02/lifetime.rs:8
Function
main
()
Chapter04/chapter4/pom-string/src/main.rs:16
Function
main
()
Chapter04/chapter4/serde-custom/src/main.rs:128
Function
main
()
Chapter04/chapter4/serde-server/src/main.rs:38
Function
main
()
Chapter04/chapter4/nom-ipv6/src/main.rs:67
Function
main
()
Chapter04/chapter4/nom-http/src/main.rs:39
Function
main
()
Chapter04/chapter4/serde-basic/src/main.rs:15
Function
main
()
Chapter07/futures-bilock/src/main.rs:36
Function
main
()
Chapter07/futures-ping-pong/src/main.rs:29
Function
main
()
Chapter07/collatz-client/src/main.rs:11
Function
main
()
Chapter07/futures-loop/src/main.rs:18
Function
main
()
Chapter07/collatz-streaming/examples/server.rs:9
Function
main
()
Chapter07/collatz-streaming/examples/client.rs:14
Function
main
()
Chapter07/futures-example/src/main.rs:30
Function
main
()
Chapter07/streams/src/main.rs:45
Function
main
()
Chapter07/collatz-proto/src/main.rs:103
Function
main
()
Chapter07/collatz-multiplexed/examples/server.rs:9
Function
main
()
Chapter07/collatz-multiplexed/examples/client.rs:11
Function
main
()
Chapter07/tokio-curl/src/main.rs:11
Function
main
()
Chapter07/futures-chaining/src/main.rs:27
Function
main
()
Chapter06/ch6/rocket-simple/src/main.rs:11
Function
main
()
Chapter06/ch6/reqwest-example/src/main.rs:13
Function
main
()
Chapter06/ch6/hyper-server/src/main.rs:38
Function
main
()
Chapter06/ch6/hyper-server-faster/src/main.rs:79
Function
main
()
Chapter06/ch6/reqwest-async/src/main.rs:22
Function
main
()
Chapter06/ch6/rocket-templates/src/main.rs:32
Function
main
()
Chapter06/ch6/rocket-blog/src/main.rs:65
Function
main
()
Chapter03/tcp-echo-server-random.rs:23
Function
main
()
Chapter03/udp-echo-server.rs:4
Function
main
()
Chapter03/ip-socket-addr.rs:5
Function
main
()
Chapter03/udp-client.rs:4
Function
main
()
Chapter03/lookup-host.rs:6
Function
main
()
Chapter03/udp-multicast.rs:4
Function
main
()
Chapter03/tcp-client-timeout.rs:7
Function
main
()
Chapter03/tcp-echo-server.rs:15
Function
main
()
Chapter03/tcp-client.rs:5
Function
main
()
Chapter03/trust-dns-example/src/main.rs:11
Function
main
()
Chapter03/pnet-example/src/main.rs:39
Function
main
()
Chapter03/tcp-echo-random/src/main.rs:23
Function
main
()
Chapter03/ipnetwork-example/src/main.rs:6
Function
main
()
Chapter03/mio-example/src/main.rs:50
Function
main
()
Chapter05/lettre-example/src/main.rs:51
Function
main
()
Chapter05/tftp-example/src/main.rs:8
Function
main
()
Chapter05/ftp-example/src/main.rs:23
Function
main
()
Chapter05/grpc/build.rs:3
Function
main
()
Chapter05/grpc/src/bin/server.rs:52
Function
main
()
Chapter05/grpc/src/bin/client.rs:8
Function
main
()
Chapter09/appendix/url-example/src/main.rs:5
Function
main
()
Chapter09/appendix/rayon-parallel/src/main.rs:21
Function
main
()
Chapter09/appendix/collatz-may/src/main.rs:44
Function
main
()
Chapter09/appendix/hyper-async-await/src/main.rs:86
Function
main
()
Chapter09/appendix/collatz-generator/src/main.rs:6
Function
main
()
Chapter09/appendix/pest-example/src/main.rs:11
Function
main
()
Chapter09/appendix/may-http/src/main.rs:35
Function
main
()
Chapter09/appendix/bitflags-example/src/main.rs:21
Function
main
()
Chapter09/appendix/rayon-search/src/main.rs:47
Function
main
()
Chapter02/ownership-borrow.rs:1
Function
main
()
Chapter02/threads.rs:3
Function
main
()
Chapter02/closure-move.rs:1
Function
main
()
Chapter02/traits.rs:38
Function
main
()
Chapter02/lifetime.rs:1
Function
main
()
Chapter02/ownership-mut-borrow.rs:1
← previous
next →
101–200 of 272, ranked by callers