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
Function
main
()
Chapter02/custom-errors.rs:33
Function
main
()
Chapter02/ownership-heap-fixed.rs:1
Function
main
()
Chapter02/generic-function-fixed.rs:8
Function
main
()
Chapter02/range.rs:3
Function
main
()
Chapter02/collatz.rs:28
Function
main
()
Chapter02/channels.rs:4
Function
main
()
Chapter02/ownership-stack.rs:1
Function
main
()
Chapter02/generic-function.rs:6
Function
main
()
Chapter02/extending-types.rs:11
Function
main
()
Chapter02/ownership-heap.rs:1
Function
main
()
Chapter02/closure-borrow.rs:1
Function
main
()
Chapter02/derive.rs:16
Function
main
()
Chapter02/panic.rs:5
Function
main
()
Chapter02/unsafe.rs:1
Function
main
()
Chapter02/options.rs:9
Function
main
()
Chapter02/syntactic-macro.rs:16
Function
main
()
Chapter02/hello-rust/src/main.rs:3
Function
main
()
Chapter08/key-exchange/examples/server.rs:40
Function
main
()
Chapter08/key-exchange/examples/client.rs:10
Function
main
()
Chapter08/openssl-example/src/main.rs:50
Function
main
()
Chapter08/rustls-client/src/main.rs:10
Function
main
()
Chapter08/tokio-tls-example/src/main.rs:43
Method
max
(&self)
Chapter02/traits.rs:12
Method
merge_from
(&mut self, is: &mut ::protobuf::CodedInputStream)
Chapter05/grpc/src/foobar.rs:138
Method
message
(&'a self)
Chapter05/lettre-example/src/main.rs:46
Method
message_id
(&self)
Chapter05/lettre-example/src/main.rs:42
Method
mut_accepted_for_reflect
(&mut self)
Chapter05/grpc/src/foobar.rs:311
Method
mut_cabs
Mutable pointer to the field.
Chapter05/grpc/src/foobar.rs:664
Method
mut_cabs_for_reflect
(&mut self)
Chapter05/grpc/src/foobar.rs:681
Method
mut_latitude_for_reflect
(&mut self)
Chapter05/grpc/src/foobar.rs:1096
Method
mut_location
Mutable pointer to the field. If field is not initialized, it is initialized with default value first.
Chapter05/grpc/src/foobar.rs:103
Method
mut_location_for_reflect
(&mut self)
Chapter05/grpc/src/foobar.rs:123
Method
mut_longitude_for_reflect
(&mut self)
Chapter05/grpc/src/foobar.rs:1119
Method
mut_name
Mutable pointer to the field. If field is not initialized, it is initialized with default value first.
Chapter05/grpc/src/foobar.rs:65
Method
mut_name_for_reflect
(&mut self)
Chapter05/grpc/src/foobar.rs:82
Method
new
(start: u64)
Chapter07/streams/src/main.rs:18
Method
new
(port: u32)
Chapter03/mio-example/src/main.rs:16
Method
new
(from_address: EmailAddress, to_addresses: Vec<EmailAddress>, message_id: String, mess
Chapter05/lettre-example/src/main.rs:21
Method
new
()
Chapter05/grpc/src/foobar.rs:38
Method
new_plain
(host: &str, port: u16, conf: ::grpc::ClientConf)
Chapter05/grpc/src/foobar_grpc.rs:57
Method
new_service_def
(handler: H)
Chapter05/grpc/src/foobar_grpc.rs:85
Method
new_tls
(host: &str, port: u16, conf: ::grpc::ClientConf)
Chapter05/grpc/src/foobar_grpc.rs:62
Method
pair
()
Chapter07/collatz-streaming/src/lib.rs:69
Function
parse_ipv6_header
(i: &[u8])
Chapter04/chapter4/nom-ipv6/src/main.rs:63
Method
poll
(&mut self)
Chapter07/collatz-streaming/src/lib.rs:79
Function
post_create
(db: DB, post: PostData)
Chapter06/ch6/rocket-blog/src/main.rs:43
Function
post_delete
(db: DB, id: i32)
Chapter06/ch6/rocket-blog/src/main.rs:56
Function
post_edit
(db: DB, id: i32, post: PostData)
Chapter06/ch6/rocket-blog/src/main.rs:50
Function
post_get
(db: DB, id: i32)
Chapter06/ch6/rocket-blog/src/main.rs:37
Function
posts_get
(db: DB)
Chapter06/ch6/rocket-blog/src/main.rs:31
Function
receiver
(recv: Receiver<T>, recv_lock: BiLock<u64>)
Chapter07/futures-bilock/src/main.rs:24
Function
receiver
(recv: Receiver<T>)
Chapter07/futures-ping-pong/src/main.rs:21
Method
record_cab_location
(&self, o: ::grpc::RequestOptions, p: super::foobar::CabLocationRequest)
Chapter05/grpc/src/foobar_grpc.rs:70
Method
respond_to
(self, _request: &Request)
Chapter06/ch6/rocket-blog/src/error.rs:44
Method
sawtooth
(&self)
Chapter02/extending-types.rs:6
Method
serialize
(&self, serializer: S)
Chapter04/chapter4/serde-custom/src/main.rs:18
Method
set_latitude
Param is passed by value, moved
Chapter05/grpc/src/foobar.rs:1084
Method
set_longitude
Param is passed by value, moved
Chapter05/grpc/src/foobar.rs:1107
Function
sum
(tuple: Tuple<T>)
Chapter02/generic-function-fixed.rs:18
Function
sum
(tuple: Tuple<T>)
Chapter02/generic-function.rs:16
Method
take_cabs
Take field
Chapter05/grpc/src/foobar.rs:669
Method
take_location
Take field
Chapter05/grpc/src/foobar.rs:111
Method
take_name
Take field
Chapter05/grpc/src/foobar.rs:70
Function
test_factorial
()
Chapter02/factorial/src/lib.rs:30
Function
test_ser_de
()
Chapter04/chapter4/serde-custom/src/main.rs:139
Method
to
(&self)
Chapter05/lettre-example/src/main.rs:34
Function
to_ipv6_address
(i: &[u8])
Chapter04/chapter4/nom-ipv6/src/main.rs:28
Method
visit_map
(self, mut map: V)
Chapter04/chapter4/serde-custom/src/main.rs:81
Method
visit_str
(self, value: &str)
Chapter04/chapter4/serde-custom/src/main.rs:55
Function
webpage
(name: String, visitor: State<VisitorCounter>)
Chapter06/ch6/rocket-templates/src/main.rs:17
Method
with_client
(grpc_client: ::grpc::Client)
Chapter05/grpc/src/foobar_grpc.rs:39
Method
write_to_with_cached_sizes
(&self, os: &mut ::protobuf::CodedOutputStream)
Chapter05/grpc/src/foobar.rs:172
← previous
201–272 of 272, ranked by callers