MCPcopy Create free account

hub / github.com/PacktPublishing/Creative-Projects-for-Rust-Programmers / functions

Functions478 in github.com/PacktPublishing/Creative-Projects-for-Rust-Programmers

↓ 1 callersMethodget_user_by_username
(&self, username: &str)
Chapter05/login/src/db_access.rs:37
↓ 1 callersMethodget_user_by_username
(&self, username: &str)
Chapter05/yauth/src/db_access.rs:45
↓ 1 callersMethodget_value
(&self, handle: usize)
Chapter08/calc_compiler/src/symbol_table.rs:38
↓ 1 callersMethodget_value
(&self, handle: usize)
Chapter08/calc_interpreter/src/symbol_table.rs:38
↓ 1 callersFunctioninput_command
()
Chapter08/calc_compiler/src/main.rs:118
↓ 1 callersFunctioninput_command
()
Chapter08/calc_interpreter/src/main.rs:49
↓ 1 callersFunctioninput_line
(buffer: &mut [u16])
Chapter09/word_machine_convert/src/main.rs:1
↓ 1 callersFunctioninput_line
(buffer: &mut [u16])
Chapter09/word_machine_sieve/src/main.rs:1
↓ 1 callersFunctioninput_line
(buffer: &mut [u8])
Chapter09/nom_byte_machine/src/emulator.rs:3
↓ 1 callersFunctioninput_parsed_line
(buffer: &mut [Instruction])
Chapter09/nom_byte_machine/src/parsing_interpreter.rs:42
↓ 1 callersMethodinsert_person
(&mut self, mut person: Person)
Chapter04/auth/src/db_access.rs:80
↓ 1 callersMethodinsert_person
(&mut self, mut person: Person)
Chapter04/crud/src/db_access.rs:44
↓ 1 callersMethodinsert_person
(&mut self, mut person: Person)
Chapter05/yauth/src/db_access.rs:78
↓ 1 callersMethodinsert_symbol
(&mut self, identifier: &str)
Chapter08/calc_compiler/src/symbol_table.rs:12
↓ 1 callersMethodinsert_symbol
(&mut self, identifier: &str)
Chapter08/calc_analyzer/src/symbol_table.rs:12
↓ 1 callersMethodinsert_symbol
(&mut self, identifier: &str)
Chapter08/calc_interpreter/src/symbol_table.rs:12
↓ 1 callersFunctionmutex_init_wrapper
Chapter10/linux-fw/src/c_wrapper.c:20
↓ 1 callersFunctionmutex_lock_wrapper
Chapter10/linux-fw/src/c_wrapper.c:21
↓ 1 callersFunctionmutex_unlock_wrapper
Chapter10/linux-fw/src/c_wrapper.c:22
↓ 1 callersFunctionopen_redis_store
(redis_config: &Redis)
Chapter02/transformer/src/main.rs:369
↓ 1 callersFunctionparse_program
(program: &[u8])
Chapter09/nom_byte_machine/src/parsing_interpreter.rs:3
↓ 1 callersFunctionparse_program
(input: &str)
Chapter08/calc_analyzer/src/parser.rs:47
↓ 1 callersFunctionparse_program
(input: &str)
Chapter08/calc_parser/src/parser.rs:47
↓ 1 callersFunctionparse_program
(input: &str)
Chapter08/calc_interpreter/src/parser.rs:47
↓ 1 callersFunctionpopulate_db
(conn: &Connection)
Chapter02/sqlite_example/src/main.rs:36
↓ 1 callersFunctionpopulate_db
(conn: &mut Client)
Chapter02/postgresql_example/src/main.rs:53
↓ 1 callersFunctionprint_db
(conn: &Connection)
Chapter02/sqlite_example/src/main.rs:52
↓ 1 callersFunctionprint_db
(conn: &mut Client)
Chapter02/postgresql_example/src/main.rs:69
↓ 1 callersFunctionprint_row_count_in_postgresql_db
( conn: &mut postgres::Client, )
Chapter02/transformer/src/main.rs:423
↓ 1 callersFunctionprint_row_count_in_sqlite_db
(conn: &rusqlite::Connection)
Chapter02/transformer/src/main.rs:396
↓ 1 callersFunctionprocess_file
(current_program_path: &str, source_path: &str)
Chapter08/calc_compiler/src/main.rs:18
↓ 1 callersFunctionprocess_file
(current_program_path: &str, source_path: &str)
Chapter08/calc_analyzer/src/main.rs:16
↓ 1 callersFunctionprocess_file
(current_program_path: &str, source_path: &str)
Chapter08/calc_parser/src/main.rs:14
↓ 1 callersFunctionread_file_contents
(filename: &str)
Chapter03/file_transfer/src/main.rs:45
↓ 1 callersFunctionread_json_file
(pathname: &str)
Chapter02/transformer/src/main.rs:81
↓ 1 callersFunctionread_xml_file
(pathname: &str, sales_and_products: &mut SalesAndProducts)
Chapter02/transformer/src/main.rs:85
↓ 1 callersFunctionrecreate_postgresql_db
( postgresql_config: &Postgresql, )
Chapter02/transformer/src/main.rs:289
↓ 1 callersFunctionrecreate_sqlite_db
(sqlite_config: &Sqlite)
Chapter02/transformer/src/main.rs:235
↓ 1 callersFunctionrun_interpreter
()
Chapter08/calc_compiler/src/main.rs:79
↓ 1 callersFunctionrun_interpreter
()
Chapter08/calc_interpreter/src/main.rs:10
↓ 1 callersFunctionspin_lock_init_wrapper
Chapter10/linux-fw/src/c_wrapper.c:16
↓ 1 callersFunctionspin_lock_wrapper
Chapter10/linux-fw/src/c_wrapper.c:17
↓ 1 callersFunctionspin_unlock_wrapper
Chapter10/linux-fw/src/c_wrapper.c:18
↓ 1 callersMethodsteer
(&mut self, side: f32)
Chapter07/gg_silent_slalom/src/main.rs:92
↓ 1 callersMethodsteer
(&mut self, side: f32)
Chapter07/gg_ski/src/main.rs:50
↓ 1 callersMethodsteer
(&mut self, side: f32)
Chapter07/gg_assets_slalom/src/main.rs:116
↓ 1 callersFunctiontranslate_instruction_to_c
( file: &mut File, instruction: Instruction, ip: &mut usize, )
Chapter09/nom_byte_machine/src/translator.rs:53
↓ 1 callersFunctiontranslate_program_to_c
(program: &[u8], target_path: &str)
Chapter09/nom_byte_machine/src/translator.rs:5
↓ 1 callersFunctiontranslate_to_rust_expr
(variables: &SymbolTable, analyzed_expr: &AnalyzedExpr)
Chapter08/calc_compiler/src/compiler.rs:34
↓ 1 callersFunctiontranslate_to_rust_program
( variables: &SymbolTable, analyzed_program: &AnalyzedProgram, )
Chapter08/calc_compiler/src/compiler.rs:75
↓ 1 callersFunctiontranslate_to_rust_statement
( variables: &SymbolTable, analyzed_statement: &AnalyzedStatement, )
Chapter08/calc_compiler/src/compiler.rs:51
↓ 1 callersMethodupdate_person
(&mut self, person: Person)
Chapter04/auth/src/db_access.rs:91
↓ 1 callersMethodupdate_person
(&mut self, person: Person)
Chapter04/crud/src/db_access.rs:55
↓ 1 callersMethodupdate_person
(&mut self, person: Person)
Chapter05/yauth/src/db_access.rs:89
↓ 1 callersFunctionwrite_into_postgresql_db
( conn: &mut postgres::Client, sales_and_products: &SalesAndProducts, )
Chapter02/transformer/src/main.rs:340
↓ 1 callersFunctionwrite_into_redis_store
( conn: &mut redis::Connection, sales_and_products: &SalesAndProducts, )
Chapter02/transformer/src/main.rs:376
↓ 1 callersFunctionwrite_into_sqlite_db
( conn: &rusqlite::Connection, sales_and_products: &SalesAndProducts, )
Chapter02/transformer/src/main.rs:259
Function__aeabi_unwind_cpp_pr0
()
Chapter10/linux-fw/src/lib.rs:25
Methodalloc
(&self, layout: Layout)
Chapter10/linux-fw/src/allocator.rs:9
Functionauthenticate
(auth: BasicAuth, state: web::Data<Mutex<AppState>>)
Chapter05/persons_db/src/main.rs:45
Functionbug_helper
Chapter10/linux-fw/src/c_wrapper.c:33
Methodchange
(&mut self, _props: Self::Properties)
Chapter05/incr/src/lib.rs:47
Methodchange
(&mut self, _props: Self::Properties)
Chapter05/adder/src/lib.rs:52
Methodchange
(&mut self, _props: Self::Properties)
Chapter05/login/src/lib.rs:56
Methodchange
(&mut self, props: Self::Properties)
Chapter05/login/src/login.rs:78
Methodchange
(&mut self, props: Self::Properties)
Chapter05/yclient/src/persons_list.rs:221
Methodchange
(&mut self, _props: Self::Properties)
Chapter05/yclient/src/lib.rs:68
Methodchange
(&mut self, props: Self::Properties)
Chapter05/yclient/src/one_person.rs:129
Methodchange
(&mut self, props: Self::Properties)
Chapter05/yclient/src/login.rs:118
Methodchange
(&mut self, props: Self::Properties)
Chapter05/yauth/src/persons_list.rs:123
Methodchange
(&mut self, _props: Self::Properties)
Chapter05/yauth/src/lib.rs:66
Methodchange
(&mut self, props: Self::Properties)
Chapter05/yauth/src/one_person.rs:88
Methodchange
(&mut self, props: Self::Properties)
Chapter05/yauth/src/login.rs:78
Functioncleanup_module
()
Chapter10/state/src/lib.rs:18
Functioncleanup_module
()
Chapter10/dots/src/lib.rs:53
Functioncleanup_module
()
Chapter10/allocating/src/lib.rs:34
Functioncleanup_module
()
Chapter10/boilerplate/src/lib.rs:13
Functioncopy_to_user_wrapper
Chapter10/linux-fw/src/c_wrapper.c:12
Methodcreate
(_: Self::Properties, link: ComponentLink<Self>)
Chapter05/incr/src/lib.rs:19
Methodcreate
(_: Self::Properties, link: ComponentLink<Self>)
Chapter05/adder/src/lib.rs:23
Methodcreate
(_: Self::Properties, link: ComponentLink<Self>)
Chapter05/login/src/lib.rs:34
Methodcreate
(props: Self::Properties, link: ComponentLink<Self>)
Chapter05/login/src/login.rs:43
Methodcreate
(props: Self::Properties, link: ComponentLink<Self>)
Chapter05/yclient/src/persons_list.rs:63
Methodcreate
(_: Self::Properties, link: ComponentLink<Self>)
Chapter05/yclient/src/lib.rs:43
Methodcreate
(props: Self::Properties, link: ComponentLink<Self>)
Chapter05/yclient/src/one_person.rs:59
Methodcreate
(props: Self::Properties, link: ComponentLink<Self>)
Chapter05/yclient/src/login.rs:56
Methodcreate
(props: Self::Properties, link: ComponentLink<Self>)
Chapter05/yauth/src/persons_list.rs:51
Methodcreate
(_: Self::Properties, link: ComponentLink<Self>)
Chapter05/yauth/src/lib.rs:42
Methodcreate
(props: Self::Properties, link: ComponentLink<Self>)
Chapter05/yauth/src/one_person.rs:48
Methodcreate
(props: Self::Properties, link: ComponentLink<Self>)
Chapter05/yauth/src/login.rs:43
Methoddealloc
(&self, ptr: *mut u8, _layout: Layout)
Chapter10/linux-fw/src/allocator.rs:17
Methoddefault
()
Chapter05/login/src/login.rs:30
Methoddefault
()
Chapter05/yclient/src/persons_list.rs:49
Methoddefault
()
Chapter05/yclient/src/one_person.rs:43
Methoddefault
()
Chapter05/yclient/src/login.rs:37
Methoddefault
()
Chapter05/yauth/src/persons_list.rs:38
Methoddefault
()
Chapter05/yauth/src/one_person.rs:33
Methoddefault
()
Chapter05/yauth/src/login.rs:30
Functiondelete_file
(info: Path<(String,)>)
Chapter03/file_transfer_stub/src/main.rs:26
Functiondelete_file
(info: Path<(String,)>)
Chapter03/file_transfer/src/main.rs:22
← previousnext →101–200 of 478, ranked by callers