Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Creative-Projects-for-Rust-Programmers
/ functions
Functions
478 in github.com/PacktPublishing/Creative-Projects-for-Rust-Programmers
⨍
Functions
478
◇
Types & classes
172
Function
parse_output
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:88
Function
parse_output_statement
(input: &str)
Chapter08/calc_compiler/src/parser.rs:69
Function
parse_output_statement
(input: &str)
Chapter08/calc_analyzer/src/parser.rs:69
Function
parse_output_statement
(input: &str)
Chapter08/calc_parser/src/parser.rs:69
Function
parse_output_statement
(input: &str)
Chapter08/calc_interpreter/src/parser.rs:69
Function
parse_remainder
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:139
Function
parse_remainder
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:108
Function
parse_set
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:95
Function
parse_set
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:64
Function
parse_store
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:103
Function
parse_store
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:72
Function
parse_store_byte
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:175
Function
parse_store_byte
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:144
Function
parse_subexpr
(input: &str)
Chapter08/calc_compiler/src/parser.rs:89
Function
parse_subexpr
(input: &str)
Chapter08/calc_analyzer/src/parser.rs:89
Function
parse_subexpr
(input: &str)
Chapter08/calc_parser/src/parser.rs:89
Function
parse_subexpr
(input: &str)
Chapter08/calc_interpreter/src/parser.rs:89
Function
parse_subtract
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:127
Function
parse_subtract
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:96
Function
parse_term
(input: &str)
Chapter08/calc_compiler/src/parser.rs:110
Function
parse_term
(input: &str)
Chapter08/calc_analyzer/src/parser.rs:110
Function
parse_term
(input: &str)
Chapter08/calc_parser/src/parser.rs:110
Function
parse_term
(input: &str)
Chapter08/calc_interpreter/src/parser.rs:110
Function
parse_terminate
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:91
Function
parse_terminate
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:60
Function
read_dot
( _arg1: *mut file, arg2: *mut c_types::c_char, _arg3: usize, _arg4: *mut loff_t, )
Chapter10/dots/src/lib.rs:65
Function
run_app
()
Chapter05/incr/src/lib.rs:70
Function
run_app
()
Chapter05/adder/src/lib.rs:106
Function
run_app
()
Chapter05/login/src/lib.rs:126
Function
run_app
()
Chapter05/yclient/src/lib.rs:153
Function
run_app
()
Chapter05/yauth/src/lib.rs:149
Function
savePerson
(method)
Chapter04/auth/templates/main.js:52
Function
savePerson
(method)
Chapter04/crud/templates/main.js:41
Function
skb_set_tail_pointer_wrapper
Chapter10/linux-fw/src/c_wrapper.c:24
Function
skip_spaces
(input: &str)
Chapter08/calc_compiler/src/parser.rs:142
Function
skip_spaces
(input: &str)
Chapter08/calc_analyzer/src/parser.rs:142
Function
skip_spaces
(input: &str)
Chapter08/calc_parser/src/parser.rs:142
Function
skip_spaces
(input: &str)
Chapter08/calc_interpreter/src/parser.rs:142
Method
update
(&mut self, ctx: &mut Context)
Chapter07/gg_whac/src/main.rs:199
Method
update
(&mut self, ctx: &mut Context)
Chapter07/gg_silent_slalom/src/main.rs:106
Method
update
(&mut self, ctx: &mut Context)
Chapter07/gg_ski/src/main.rs:64
Method
update
(&mut self, ctx: &mut Context)
Chapter07/gg_assets_slalom/src/main.rs:132
Method
update
(&mut self, window: &mut Window)
Chapter06/ski/src/main.rs:41
Method
update
(&mut self, window: &mut Window)
Chapter06/silent_slalom/src/main.rs:93
Method
update
(&mut self, window: &mut Window)
Chapter06/assets_slalom/src/main.rs:122
Method
update
(&mut self, msg: Self::Message)
Chapter05/incr/src/lib.rs:23
Method
update
(&mut self, msg: Self::Message)
Chapter05/adder/src/lib.rs:32
Method
update
(&mut self, msg: Self::Message)
Chapter05/login/src/lib.rs:44
Method
update
(&mut self, msg: Self::Message)
Chapter05/login/src/login.rs:53
Method
update
(&mut self, msg: Self::Message)
Chapter05/yclient/src/lib.rs:53
Method
update
(&mut self, msg: Self::Message)
Chapter05/yclient/src/one_person.rs:74
Method
update
(&mut self, msg: Self::Message)
Chapter05/yclient/src/login.rs:67
Method
update
(&mut self, msg: Self::Message)
Chapter05/yauth/src/persons_list.rs:66
Method
update
(&mut self, msg: Self::Message)
Chapter05/yauth/src/lib.rs:52
Method
update
(&mut self, msg: Self::Message)
Chapter05/yauth/src/one_person.rs:60
Method
update
(&mut self, msg: Self::Message)
Chapter05/yauth/src/login.rs:53
Function
update_person
( auth: BasicAuth, state: web::Data<Mutex<AppState>>, query: web::Query<ToUpdate>, )
Chapter04/auth/src/main.rs:192
Function
update_person
(state: web::Data<Mutex<AppState>>, query: web::Query<ToUpdate>)
Chapter04/crud/src/main.rs:126
Function
update_person
( auth: BasicAuth, state: web::Data<Mutex<AppState>>, query: web::Query<PersonData>, )
Chapter05/persons_db/src/main.rs:193
Method
update_person
(&mut self, person: Person)
Chapter05/persons_db/src/db_access.rs:87
Function
upload_new_file
(info: Path<(String,)>)
Chapter03/file_transfer_stub/src/main.rs:63
Function
upload_new_file
( payload: web::Payload, info: Path<(String,)>, )
Chapter03/file_transfer/src/main.rs:100
Function
upload_specified_file
(info: Path<(String,)>)
Chapter03/file_transfer_stub/src/main.rs:49
Function
upload_specified_file
( payload: web::Payload, info: Path<(String,)>, )
Chapter03/file_transfer/src/main.rs:64
Function
usbnet_read_cmd_wrapper
Chapter10/linux-fw/src/c_wrapper.c:28
Method
view
(&self)
Chapter05/incr/src/lib.rs:54
Method
view
(&self)
Chapter05/adder/src/lib.rs:59
Method
view
(&self)
Chapter05/login/src/lib.rs:63
Method
view
(&self)
Chapter05/login/src/login.rs:85
Method
view
(&self)
Chapter05/yclient/src/persons_list.rs:230
Method
view
(&self)
Chapter05/yclient/src/lib.rs:75
Method
view
(&self)
Chapter05/yclient/src/one_person.rs:140
Method
view
(&self)
Chapter05/yclient/src/login.rs:125
Method
view
(&self)
Chapter05/yauth/src/persons_list.rs:131
Method
view
(&self)
Chapter05/yauth/src/lib.rs:73
Method
view
(&self)
Chapter05/yauth/src/one_person.rs:98
Method
view
(&self)
Chapter05/yauth/src/login.rs:85
Method
write_str
(&mut self, s: &str)
Chapter10/linux-fw/src/printk.rs:45
← previous
401–478 of 478, ranked by callers