Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-Web-Development/code
/ functions
Functions
203 in github.com/Rust-Web-Development/code
⨍
Functions
203
◇
Types & classes
108
Method
add_question
(mut self, question: Question)
ch_04/ch_04-s4.1.2/src/main.rs:37
Method
build_routes
()
ch_11/mock-server/src/lib.rs:61
Method
check_profanity
( _: (), content: Bytes, )
ch_11/mock-server/src/lib.rs:24
Function
delete_question
( id: String, store: Store, )
ch_06/src/routes/question.rs:43
Function
delete_question
( id: i32, session: Session, store: Store, )
ch_10/src/routes/question.rs:68
Function
delete_question
( id: i32, session: Session, store: Store, )
ch_11/src/routes/question.rs:68
Function
delete_question
(id: String, store: Store)
ch_04/final/src/main.rs:176
Function
delete_question
( id: String, store: Store, )
ch_05/src/routes/question.rs:37
Function
delete_question
( id: i32, store: Store, )
ch_07/src/routes/question.rs:43
Function
delete_question
( id: i32, store: Store, )
ch_08/src/routes/question.rs:64
Function
delete_question
( id: i32, session: Session, store: Store, )
ch_09/src/routes/question.rs:68
Method
fmt
(&self, f: &mut std::fmt::Formatter)
ch_06/handle-errors/src/lib.rs:16
Method
fmt
(&self, f: &mut std::fmt::Formatter)
ch_10/handle-errors/src/lib.rs:36
Method
fmt
(&self, f: &mut std::fmt::Formatter)
ch_11/handle-errors/src/lib.rs:36
Method
fmt
(&self, f: &mut std::fmt::Formatter)
ch_04/final/src/main.rs:74
Method
fmt
(&self, f: &mut std::fmt::Formatter)
ch_05/handle-errors/src/lib.rs:16
Method
fmt
(&self, f: &mut std::fmt::Formatter)
ch_07/handle-errors/src/lib.rs:17
Method
fmt
(&self, f: &mut std::fmt::Formatter)
ch_08/handle-errors/src/lib.rs:30
Method
fmt
(&self, f: &mut std::fmt::Formatter)
ch_09/handle-errors/src/lib.rs:34
Method
from_str
(id: &str)
ch_04/ch_04-s4.1.2/src/main.rs:68
Method
from_str
(id: &str)
ch_02/src/main.rs:31
Method
from_str
(id: &str)
ch_03/src/main.rs:40
Function
get_platform
()
ch_10/build.rs:36
Function
get_platform
()
ch_11/build.rs:30
Function
get_questions
( params: HashMap<String, String>, store: Store, )
ch_06/src/routes/question.rs:12
Function
get_questions
( params: HashMap<String, String>, store: Store, )
ch_10/src/routes/question.rs:13
Function
get_questions
( params: HashMap<String, String>, store: Store, )
ch_11/src/routes/question.rs:13
Function
get_questions
( params: HashMap<String, String>, store: Store, )
ch_04/final/src/main.rs:128
Function
get_questions
()
ch_04/ch_04-s4.1.2/src/main.rs:81
Function
get_questions
( params: HashMap<String, String>, store: Store, )
ch_05/src/routes/question.rs:9
Function
get_questions
( params: HashMap<String, String>, store: Store, )
ch_07/src/routes/question.rs:11
Function
get_questions
( params: HashMap<String, String>, store: Store, )
ch_08/src/routes/question.rs:12
Function
get_questions
( params: HashMap<String, String>, store: Store, )
ch_09/src/routes/question.rs:13
Function
get_questions
()
ch_03/src/main.rs:53
Function
get_version
(impl_commit: &str)
ch_10/build.rs:45
Function
get_version
(impl_commit: &str)
ch_11/build.rs:39
Method
init
()
ch_04/final/src/main.rs:60
Method
init
()
ch_04/ch_04-s4.1.2/src/main.rs:31
Method
init
()
ch_05/src/store.rs:24
Function
login
( store: Store, login: Account, )
ch_10/src/routes/authentication.rs:37
Function
login
(store: Store, login: Account)
ch_11/src/routes/authentication.rs:31
Function
login
( store: Store, login: Account, )
ch_09/src/routes/authentication.rs:39
Function
main
()
ch_06/src/main.rs:12
Function
main
()
ch_10/build.rs:57
Function
main
()
ch_10/src/main.rs:15
Function
main
()
ch_11/build.rs:51
Function
main
()
ch_11/integration-tests/src/main.rs:34
Function
main
()
ch_11/src/bin/server.rs:5
Function
main
()
ch_04/final/src/main.rs:203
Function
main
()
ch_04/ch_04-s4.1.2/src/main.rs:117
Function
main
()
ch_02/src/main.rs:40
Function
main
()
ch_05/src/main.rs:11
Function
main
()
ch_01/minimal-tcp/src/main.rs:3
Function
main
()
ch_01/minimal-warp/src/main.rs:4
Function
main
()
ch_01/hello/src/main.rs:1
Function
main
()
ch_01/minimal_reqwest/src/main.rs:4
Function
main
()
ch_07/src/main.rs:12
Function
main
()
ch_08/src/main.rs:13
Function
main
()
ch_09/src/main.rs:13
Function
main
()
ch_03/src/main.rs:94
Function
missing_limit_paramater
()
ch_11/src/types/pagination.rs:86
Function
missing_offset_parameter
()
ch_11/src/types/pagination.rs:75
Method
new
()
ch_06/src/store.rs:17
Method
new
()
ch_10/src/config.rs:32
Method
new
(db_url: &str)
ch_10/src/store.rs:20
Method
new
()
ch_11/src/config.rs:32
Method
new
(db_url: &str)
ch_11/src/store.rs:20
Method
new
(bind_addr: SocketAddr)
ch_11/mock-server/src/lib.rs:18
Method
new
()
ch_04/final/src/main.rs:53
Method
new
()
ch_04/ch_04-s4.1.2/src/main.rs:25
Method
new
(id: QuestionId, title: String, content: String, tags: Option<Vec<String>>)
ch_02/src/main.rs:18
Method
new
()
ch_05/src/store.rs:17
Method
new
(db_url: &str)
ch_07/src/store.rs:17
Method
new
(db_url: &str)
ch_08/src/store.rs:17
Method
new
(db_url: &str)
ch_09/src/store.rs:20
Method
new
(id: QuestionId, title: String, content: String, tags: Option<Vec<String>>)
ch_03/src/main.rs:27
Function
post_questions_auth
()
ch_11/src/routes/authentication.rs:123
Function
register
( store: Store, account: Account, )
ch_10/src/routes/authentication.rs:17
Function
register
(store: Store, account: Account)
ch_11/src/routes/authentication.rs:16
Function
register
( store: Store, account: Account, )
ch_09/src/routes/authentication.rs:19
Function
return_error
(r: Rejection)
ch_06/handle-errors/src/lib.rs:27
Function
return_error
(r: Rejection)
ch_10/handle-errors/src/lib.rs:66
Function
return_error
(r: Rejection)
ch_11/handle-errors/src/lib.rs:66
Function
return_error
(r: Rejection)
ch_04/final/src/main.rs:85
Function
return_error
(r: Rejection)
ch_04/ch_04-s4.1.2/src/main.rs:101
Function
return_error
(r: Rejection)
ch_05/handle-errors/src/lib.rs:27
Function
return_error
(r: Rejection)
ch_07/handle-errors/src/lib.rs:29
Function
return_error
(r: Rejection)
ch_08/handle-errors/src/lib.rs:53
Function
return_error
(r: Rejection)
ch_09/handle-errors/src/lib.rs:80
Function
return_error
(r: Rejection)
ch_03/src/main.rs:73
Function
run
()
ch_11/src/profanity.rs:83
Function
unset_and_set_api_key
()
ch_11/src/config.rs:87
Function
update_question
( id: String, store: Store, question: Question, )
ch_06/src/routes/question.rs:30
Function
update_question
( id: i32, session: Session, store: Store, question: Question, )
ch_10/src/routes/question.rs:34
Function
update_question
( id: i32, session: Session, store: Store, question: Question, )
ch_11/src/routes/question.rs:34
Function
update_question
( id: String, store: Store, question: Question, )
ch_04/final/src/main.rs:163
Function
update_question
( id: String, store: Store, question: Question, )
ch_05/src/routes/question.rs:24
Function
update_question
( id: i32, store: Store, question: Question, )
ch_07/src/routes/question.rs:32
Function
update_question
( id: i32, store: Store, question: Question, )
ch_08/src/routes/question.rs:33
Function
update_question
( id: i32, session: Session, store: Store, question: Question, )
ch_09/src/routes/question.rs:34
← previous
next →
101–200 of 203, ranked by callers