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
delete_persons
( query: web::Query<ToDelete>, auth: BasicAuth, state: web::Data<Mutex<AppState>>, )
Chapter04/auth/src/main.rs:79
Function
delete_persons
( query: web::Query<ToDelete>, state: web::Data<Mutex<AppState>>, )
Chapter04/crud/src/main.rs:46
Function
delete_persons
( auth: BasicAuth, state: web::Data<Mutex<AppState>>, query: web::Query<ToDelete>, )
Chapter05/persons_db/src/main.rs:135
Function
delete_selected_persons
()
Chapter04/auth/templates/main.js:40
Function
delete_selected_persons
()
Chapter04/crud/templates/main.js:29
Method
deref
(&'b self)
Chapter10/linux-fw/src/sync.rs:55
Method
deref_mut
(&'b mut self)
Chapter10/linux-fw/src/sync.rs:61
Function
download_file
(info: Path<(String,)>)
Chapter03/file_transfer_stub/src/main.rs:37
Function
download_file
(info: Path<(String,)>)
Chapter03/file_transfer/src/main.rs:40
Method
draw
(&self, ctx: &mut Context)
Chapter07/gg_whac/src/main.rs:158
Method
draw
(&mut self, ctx: &mut Context)
Chapter07/gg_silent_slalom/src/main.rs:180
Method
draw
(&mut self, ctx: &mut Context)
Chapter07/gg_ski/src/main.rs:76
Method
draw
(&mut self, ctx: &mut Context)
Chapter07/gg_assets_slalom/src/main.rs:215
Method
draw
(&mut self, window: &mut Window)
Chapter06/ski/src/main.rs:51
Method
draw
(&mut self, window: &mut Window)
Chapter06/silent_slalom/src/main.rs:159
Method
draw
(&mut self, window: &mut Window)
Chapter06/assets_slalom/src/main.rs:196
Function
drop
(_x: T)
Chapter10/linux-fw/src/sync.rs:130
Method
drop
(&mut self)
Chapter10/linux-fw/src/sync.rs:67
Function
eh_personality
()
Chapter10/linux-fw/src/lib.rs:22
Method
fmt
(&self, f: &mut std::fmt::Formatter)
Chapter09/nom_disassembler/src/main.rs:18
Function
getPage
(uri)
Chapter04/list/templates/main.js:1
Function
get_all_persons_ids
(state: web::Data<Mutex<AppState>>)
Chapter03/json_db/src/main.rs:12
Function
get_all_persons_ids
(state: web::Data<Mutex<AppState>>)
Chapter03/memory_db/src/main.rs:11
Method
get_all_persons_ids
(&self)
Chapter03/json_db/src/db_access.rs:16
Function
get_favicon
()
Chapter04/auth/src/main.rs:216
Function
get_favicon
()
Chapter04/list/src/main.rs:39
Function
get_favicon
()
Chapter04/crud/src/main.rs:139
Function
get_main
()
Chapter04/auth/src/main.rs:39
Function
get_main
()
Chapter04/list/src/main.rs:12
Function
get_main
()
Chapter04/crud/src/main.rs:13
Function
get_page_edit_person
( path: web::Path<(String,)>, auth: BasicAuth, state: web::Data<Mutex<AppState>>, )
Chapter04/auth/src/main.rs:124
Function
get_page_edit_person
( state: web::Data<Mutex<AppState>>, path: web::Path<(String,)>, )
Chapter04/crud/src/main.rs:77
Function
get_page_login
()
Chapter04/auth/src/main.rs:237
Function
get_page_new_person
(auth: BasicAuth, state: web::Data<Mutex<AppState>>)
Chapter04/auth/src/main.rs:108
Function
get_page_new_person
()
Chapter04/crud/src/main.rs:67
Function
get_page_persons
( query: web::Query<Filter>, auth: BasicAuth, state: web::Data<Mutex<AppState>>, )
Chapter04/auth/src/main.rs:51
Function
get_page_persons
( query: web::Query<Filter>, state: web::Data<Mutex<AppState>>, )
Chapter04/list/src/main.rs:24
Function
get_page_persons
( query: web::Query<Filter>, state: web::Data<Mutex<AppState>>, )
Chapter04/crud/src/main.rs:25
Function
get_person_by_id
( auth: BasicAuth, state: web::Data<Mutex<AppState>>, info: Path<(u32,)>, )
Chapter05/persons_db/src/main.rs:77
Function
get_person_name_by_id
( state: web::Data<Mutex<AppState>>, info: Path<(String,)>, )
Chapter03/json_db/src/main.rs:20
Function
get_person_name_by_id
( state: web::Data<Mutex<AppState>>, info: Path<(String,)>, )
Chapter03/memory_db/src/main.rs:21
Function
get_persons
(state: web::Data<Mutex<AppState>>, query: web::Query<Filter>)
Chapter03/json_db/src/main.rs:46
Function
get_persons
(state: web::Data<Mutex<AppState>>, query: web::Query<Filter>)
Chapter03/memory_db/src/main.rs:45
Function
get_persons
( auth: BasicAuth, state: web::Data<Mutex<AppState>>, query: web::Query<Filter>, )
Chapter05/persons_db/src/main.rs:106
Method
get_persons_by_partial_name
( &'a self, subname: &'a str, )
Chapter05/persons_db/src/db_access.rs:58
Method
get_persons_id_and_name_by_partial_name
( &'a self, subname: &'a str, )
Chapter03/json_db/src/db_access.rs:24
Method
get_random_gate
(gate_is_at_right: bool)
Chapter07/gg_silent_slalom/src/main.rs:82
Method
get_random_gate
(gate_is_at_right: bool)
Chapter07/gg_assets_slalom/src/main.rs:106
Method
get_random_gate
(gate_is_at_right: bool)
Chapter06/silent_slalom/src/main.rs:45
Method
get_random_gate
(gate_is_at_right: bool)
Chapter06/assets_slalom/src/main.rs:56
Function
init_module
()
Chapter10/state/src/lib.rs:11
Function
init_module
()
Chapter10/dots/src/lib.rs:27
Function
init_module
()
Chapter10/allocating/src/lib.rs:23
Function
init_module
()
Chapter10/boilerplate/src/lib.rs:7
Function
insert_person
( state: web::Data<Mutex<AppState>>, query: web::Query<ToInsert>, auth: BasicAuth, )
Chapter04/auth/src/main.rs:163
Function
insert_person
(state: web::Data<Mutex<AppState>>, query: web::Query<ToInsert>)
Chapter04/crud/src/main.rs:108
Function
insert_person
(state: web::Data<Mutex<AppState>>, info: Path<(String,)>)
Chapter03/json_db/src/main.rs:59
Function
insert_person
(state: web::Data<Mutex<AppState>>, info: Path<(String,)>)
Chapter03/memory_db/src/main.rs:57
Function
insert_person
( auth: BasicAuth, state: web::Data<Mutex<AppState>>, query: web::Query<PersonData>, )
Chapter05/persons_db/src/main.rs:173
Method
insert_person
(&mut self, name: &str)
Chapter03/json_db/src/db_access.rs:34
Method
insert_person
(&mut self, name: &str)
Chapter03/memory_db/src/db_access.rs:34
Method
insert_person
(&mut self, mut person: Person)
Chapter05/persons_db/src/db_access.rs:76
Function
invalid_method
(req: HttpRequest)
Chapter05/persons_db/src/main.rs:221
Function
invalid_resource
()
Chapter04/auth/src/main.rs:222
Function
invalid_resource
()
Chapter04/list/src/main.rs:45
Function
invalid_resource
(state: web::Data<Mutex<AppState>>)
Chapter04/crud/src/main.rs:145
Function
invalid_resource
(req: HttpRequest)
Chapter03/file_transfer_stub/src/main.rs:82
Function
invalid_resource
(req: HttpRequest)
Chapter03/json_db/src/main.rs:68
Function
invalid_resource
(req: HttpRequest)
Chapter03/memory_db/src/main.rs:64
Function
invalid_resource
(req: HttpRequest)
Chapter03/file_transfer/src/main.rs:159
Function
invalid_resource
(req: HttpRequest)
Chapter05/persons_db/src/main.rs:216
Method
key_down_event
( &mut self, _ctx: &mut Context, keycode: KeyCode, _keymod: KeyMods, _
Chapter07/gg_silent_slalom/src/main.rs:262
Method
key_down_event
( &mut self, _ctx: &mut Context, keycode: KeyCode, _keymod: KeyMods, _
Chapter07/gg_ski/src/main.rs:117
Method
key_down_event
( &mut self, _ctx: &mut Context, keycode: KeyCode, _keymod: KeyMods, _
Chapter07/gg_assets_slalom/src/main.rs:317
Method
key_up_event
(&mut self, _ctx: &mut Context, keycode: KeyCode, _keymod: KeyMods)
Chapter07/gg_silent_slalom/src/main.rs:286
Method
key_up_event
(&mut self, _ctx: &mut Context, keycode: KeyCode, _keymod: KeyMods)
Chapter07/gg_ski/src/main.rs:135
Method
key_up_event
(&mut self, _ctx: &mut Context, keycode: KeyCode, _keymod: KeyMods)
Chapter07/gg_assets_slalom/src/main.rs:341
Function
le_word
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:13
Function
login
()
Chapter04/auth/templates/main.js:72
Function
main
()
Chapter04/auth/src/main.rs:249
Function
main
()
Chapter04/templ/src/main.rs:1
Function
main
()
Chapter04/list/src/main.rs:55
Function
main
()
Chapter04/crud/src/main.rs:161
Function
main
()
Chapter07/gg_whac/src/main.rs:365
Function
main
()
Chapter07/gg_silent_slalom/src/main.rs:296
Function
main
()
Chapter07/gg_ski/src/main.rs:145
Function
main
()
Chapter07/gg_assets_slalom/src/main.rs:351
Function
main
()
Chapter06/ski/src/main.rs:94
Function
main
()
Chapter06/silent_slalom/src/main.rs:230
Function
main
()
Chapter06/assets_slalom/src/main.rs:289
Function
main
()
Chapter03/file_transfer_stub/src/main.rs:87
Function
main
()
Chapter03/json_db/src/main.rs:73
Function
main
()
Chapter03/memory_db/src/main.rs:69
Function
main
()
Chapter03/file_transfer/src/main.rs:164
Function
main
()
Chapter05/persons_db/src/main.rs:226
Function
main
()
Chapter01/use_env_logger/src/main.rs:4
Function
main
()
Chapter01/use_rand/src/main.rs:4
Function
main
()
Chapter01/use_lazy_static/src/main.rs:14
Function
main
()
Chapter01/use_structopt/src/main.rs:19
Function
main
()
Chapter10/linux-fw/build.rs:37
← previous
next →
201–300 of 478, ranked by callers