Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Rust-Standard-Library-Cookbook
/ functions
Functions
272 in github.com/PacktPublishing/Rust-Standard-Library-Cookbook
⨍
Functions
272
◇
Types & classes
61
Function
main
()
Chapter03/src/bin/bytes.rs:5
Function
main
()
Chapter05/src/bin/lazy_static.rs:38
Function
main
()
Chapter05/src/bin/bit_fields.rs:25
Function
main
()
Chapter05/src/bin/interior_mutability.rs:39
Function
main
()
Chapter05/src/bin/custom_derive.rs:24
Function
main
()
Chapter05/src/bin/boxing.rs:57
Function
main
()
Chapter05/src/bin/shared.rs:9
Function
main
()
Chapter05/src/bin/conversion.rs:44
Function
main
()
Chapter01/src/bin/format.rs:1
Function
main
()
Chapter01/src/bin/default.rs:1
Function
main
()
Chapter01/src/bin/regex.rs:3
Function
main
()
Chapter01/src/bin/cli_params.rs:3
Function
main
()
Chapter01/src/bin/parallelism.rs:3
Function
main
()
Chapter01/src/bin/variadic.rs:11
Function
main
()
Chapter01/src/bin/constructor.rs:1
Function
main
()
Chapter01/src/bin/concat.rs:1
Function
main
()
Chapter01/src/bin/stdin.rs:4
Function
main
()
Chapter01/src/bin/rand.rs:3
Function
main
()
Chapter01/src/bin/env_vars.rs:3
Function
main
()
Chapter01/src/bin/builder.rs:1
Function
main
()
Chapter10/src/bin/compose_functions.rs:25
Function
main
()
Chapter10/src/bin/retain_string.rs:3
Function
main
()
Chapter10/src/bin/generator.rs:3
Function
main
()
Chapter10/src/bin/iterator_step_by.rs:3
Function
main
()
Chapter10/src/bin/return_abstract.rs:14
Function
main
()
Chapter10/src/bin/inclusive_range.rs:3
Function
main
()
Chapter09/src/bin/file_server.rs:15
Function
main
()
Chapter09/src/bin/echo_server_with_routing.rs:8
Function
main
()
Chapter09/src/bin/hello_world_server.rs:11
Function
main
()
Chapter09/src/bin/making_requests.rs:87
Function
main
()
Chapter02/src/bin/slab.rs:4
Function
main
()
Chapter02/src/bin/hashmap.rs:3
Function
main
()
Chapter02/src/bin/hashset.rs:3
Function
main
()
Chapter02/src/bin/string.rs:1
Function
main
()
Chapter02/src/bin/vector.rs:1
Function
main
()
Chapter02/src/bin/iterator.rs:1
Function
main
()
Chapter02/src/bin/own_iterator.rs:1
Function
main
()
Chapter02/src/bin/vecdeque.rs:3
Function
main
()
Chapter08/src/bin/returning.rs:109
Function
main
()
Chapter08/src/bin/errors.rs:107
Function
main
()
Chapter08/src/bin/oneshot.rs:68
Function
main
()
Chapter08/src/bin/pool.rs:170
Function
main
()
Chapter08/src/bin/streams.rs:249
Function
main
()
Chapter08/src/bin/sinks.rs:160
Function
main
()
Chapter08/src/bin/bilocks.rs:29
Function
main
()
Chapter08/src/bin/combinators.rs:144
Method
new
(ip: Ipv6Addr)
Chapter07/src/bin/connection_handler.rs:21
Method
new
(data: T)
Chapter07/src/bin/atomic.rs:115
Method
new
(data: T)
Chapter06/src/bin/raii.rs:34
Method
new
(data: D)
Chapter06/src/bin/drop.rs:14
Method
new
()
Chapter05/src/bin/interior_mutability.rs:54
Method
new
(data: T)
Chapter05/src/bin/boxing.rs:16
Method
new
The user doesn't need to setup length We do it for him!
Chapter01/src/bin/constructor.rs:19
Method
new
in the constructor, we can specify the standard values
Chapter01/src/bin/builder.rs:74
Method
new
()
Chapter09/src/bin/making_requests.rs:54
Method
new
()
Chapter02/src/bin/own_iterator.rs:47
Method
new
(name: &'static str)
Chapter08/src/bin/returning.rs:23
Method
new
()
Chapter08/src/bin/errors.rs:11
Method
new
(name: &'static str)
Chapter08/src/bin/pool.rs:30
Method
new
()
Chapter08/src/bin/sinks.rs:120
Method
next
(&mut self)
Chapter10/src/bin/generator.rs:56
Method
poll
(&mut self, cx: &mut task::Context)
Chapter08/src/bin/returning.rs:71
Method
poll
(&mut self, _cx: &mut Context)
Chapter08/src/bin/errors.rs:32
Method
poll_close
(&mut self, _cx: &mut Context)
Chapter08/src/bin/sinks.rs:114
Function
print
(&self)
Chapter01/src/bin/constructor.rs:26
Function
read_protocoll_payload
Read as much of the payload as possible
Chapter03/src/bin/binary_files.rs:71
Function
run_with_service_struct
The following function does the same, but uses an explicitely created struct HelloWorld that implements the Service trait
Chapter09/src/bin/hello_world_server.rs:40
Function
sends_correct_mail
()
Chapter05/src/bin/interior_mutability.rs:104
Function
sends_none_to_unwilling
()
Chapter05/src/bin/interior_mutability.rs:86
Function
sends_one_to_one_willing
()
Chapter05/src/bin/interior_mutability.rs:76
Function
sends_zero_to_zero_customers
()
Chapter05/src/bin/interior_mutability.rs:70
Method
sound
(&self)
Chapter05/src/bin/boxing.rs:44
← previous
201–272 of 272, ranked by callers