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
main
()
Chapter09/word_machine_convert/src/main.rs:146
Function
main
()
Chapter09/nom_disassembler/src/main.rs:278
Function
main
()
Chapter09/word_machine_sieve/src/main.rs:146
Function
main
()
Chapter09/nom_byte_machine/src/main.rs:6
Function
main
()
Chapter02/xml_example/src/main.rs:39
Function
main
()
Chapter02/sqlite_example/src/main.rs:79
Function
main
()
Chapter02/toml_dynamic/src/main.rs:1
Function
main
()
Chapter02/toml_static/src/main.rs:37
Function
main
()
Chapter02/json_static/src/main.rs:25
Function
main
()
Chapter02/json_dynamic/src/main.rs:3
Function
main
()
Chapter02/postgresql_example/src/main.rs:96
Function
main
()
Chapter02/transformer/src/main.rs:437
Function
main
()
Chapter02/redis_example/src/main.rs:3
Function
main
()
Chapter08/calc_compiler/src/main.rs:7
Function
main
()
Chapter08/calc_analyzer/src/main.rs:5
Function
main
()
Chapter08/calc_parser/src/main.rs:3
Function
main
()
Chapter08/calc_interpreter/src/main.rs:6
Method
mouse_button_down_event
(&mut self, _ctx: &mut Context, button: MouseButton, x: f32, y: f32)
Chapter07/gg_whac/src/main.rs:352
Method
mouse_button_up_event
(&mut self, _ctx: &mut Context, button: MouseButton, x: f32, y: f32)
Chapter07/gg_whac/src/main.rs:358
Method
new
()
Chapter04/auth/src/db_access.rs:28
Method
new
()
Chapter04/list/src/db_access.rs:14
Method
new
()
Chapter04/crud/src/db_access.rs:14
Method
new
(ctx: &mut Context)
Chapter07/gg_whac/src/main.rs:66
Method
new
(_ctx: &mut Context)
Chapter07/gg_silent_slalom/src/main.rs:58
Method
new
(_ctx: &mut Context)
Chapter07/gg_ski/src/main.rs:36
Method
new
(ctx: &mut Context)
Chapter07/gg_assets_slalom/src/main.rs:74
Method
new
()
Chapter06/ski/src/main.rs:34
Method
new
()
Chapter06/silent_slalom/src/main.rs:76
Method
new
()
Chapter06/assets_slalom/src/main.rs:97
Method
new
()
Chapter03/json_db/src/db_access.rs:12
Method
new
()
Chapter03/memory_db/src/db_access.rs:12
Method
new
()
Chapter05/login/src/db_access.rs:20
Method
new
()
Chapter05/persons_db/src/db_access.rs:28
Method
new
()
Chapter05/yauth/src/db_access.rs:27
Method
new
()
Chapter10/linux-fw/src/printk.rs:32
Method
new
(user_data: T)
Chapter10/linux-fw/src/sync.rs:30
Method
new
()
Chapter08/calc_compiler/src/symbol_table.rs:7
Method
new
()
Chapter08/calc_analyzer/src/symbol_table.rs:7
Method
new
()
Chapter08/calc_interpreter/src/symbol_table.rs:7
Function
oom
(_err: Layout)
Chapter10/linux-fw/src/allocator.rs:23
Function
panic
(_info: &PanicInfo)
Chapter10/linux-fw/src/panic.rs:6
Function
parse_add
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:123
Function
parse_add
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:92
Function
parse_assignment
(input: &str)
Chapter08/calc_compiler/src/parser.rs:74
Function
parse_assignment
(input: &str)
Chapter08/calc_analyzer/src/parser.rs:74
Function
parse_assignment
(input: &str)
Chapter08/calc_parser/src/parser.rs:74
Function
parse_assignment
(input: &str)
Chapter08/calc_interpreter/src/parser.rs:74
Function
parse_declaration
(input: &str)
Chapter08/calc_compiler/src/parser.rs:59
Function
parse_declaration
(input: &str)
Chapter08/calc_analyzer/src/parser.rs:59
Function
parse_declaration
(input: &str)
Chapter08/calc_parser/src/parser.rs:59
Function
parse_declaration
(input: &str)
Chapter08/calc_interpreter/src/parser.rs:59
Function
parse_divide
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:135
Function
parse_divide
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:104
Function
parse_expr
(input: &str)
Chapter08/calc_compiler/src/parser.rs:126
Function
parse_expr
(input: &str)
Chapter08/calc_analyzer/src/parser.rs:126
Function
parse_expr
(input: &str)
Chapter08/calc_parser/src/parser.rs:126
Function
parse_expr
(input: &str)
Chapter08/calc_interpreter/src/parser.rs:126
Function
parse_factor
(input: &str)
Chapter08/calc_compiler/src/parser.rs:97
Function
parse_factor
(input: &str)
Chapter08/calc_analyzer/src/parser.rs:97
Function
parse_factor
(input: &str)
Chapter08/calc_parser/src/parser.rs:97
Function
parse_factor
(input: &str)
Chapter08/calc_interpreter/src/parser.rs:97
Function
parse_identifier
(input: &str)
Chapter08/calc_compiler/src/parser.rs:85
Function
parse_identifier
(input: &str)
Chapter08/calc_analyzer/src/parser.rs:85
Function
parse_identifier
(input: &str)
Chapter08/calc_parser/src/parser.rs:85
Function
parse_identifier
(input: &str)
Chapter08/calc_interpreter/src/parser.rs:85
Function
parse_indirect_load
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:107
Function
parse_indirect_load
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:76
Function
parse_indirect_load_byte
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:179
Function
parse_indirect_load_byte
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:148
Function
parse_indirect_store
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:111
Function
parse_indirect_store
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:80
Function
parse_indirect_store_byte
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:183
Function
parse_indirect_store_byte
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:152
Function
parse_input
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:115
Function
parse_input
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:84
Function
parse_input_statement
(input: &str)
Chapter08/calc_compiler/src/parser.rs:64
Function
parse_input_statement
(input: &str)
Chapter08/calc_analyzer/src/parser.rs:64
Function
parse_input_statement
(input: &str)
Chapter08/calc_parser/src/parser.rs:64
Function
parse_input_statement
(input: &str)
Chapter08/calc_interpreter/src/parser.rs:64
Function
parse_jump
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:143
Function
parse_jump
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:112
Function
parse_jump_if_negative
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:159
Function
parse_jump_if_negative
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:128
Function
parse_jump_if_nonnegative
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:167
Function
parse_jump_if_nonnegative
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:136
Function
parse_jump_if_nonpositive
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:163
Function
parse_jump_if_nonpositive
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:132
Function
parse_jump_if_nonzero
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:151
Function
parse_jump_if_nonzero
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:120
Function
parse_jump_if_positive
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:155
Function
parse_jump_if_positive
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:124
Function
parse_jump_if_zero
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:147
Function
parse_jump_if_zero
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:116
Function
parse_load
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:99
Function
parse_load
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:68
Function
parse_load_byte
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:171
Function
parse_load_byte
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:140
Function
parse_multiply
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:131
Function
parse_multiply
(input: &[u8])
Chapter09/nom_byte_machine/src/instructions.rs:100
Function
parse_output
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:119
← previous
next →
301–400 of 478, ranked by callers