Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Hands-On-Microservices-with-Rust
/ functions
Functions
361 in github.com/PacktPublishing/Hands-On-Microservices-with-Rust
⨍
Functions
361
◇
Types & classes
139
↓ 1 callers
Function
microservice_handler
(req: Request<Body>, files: &Path)
Chapter05/images-service/src/main.rs:35
↓ 1 callers
Function
microservice_handler
(tx: mpsc::Sender<WorkerRequest>, req: Request<Body>)
Chapter10/one-thread/src/main.rs:57
↓ 1 callers
Function
microservice_handler
(req: Request<Body>)
Chapter10/blocking/src/main.rs:33
↓ 1 callers
Function
microservice_handler
(pool: CpuPool, req: Request<Body>)
Chapter10/thread-pool/src/main.rs:33
↓ 1 callers
Function
microservice_handler
(state: &State, req: Request<Body>)
Chapter10/actors/src/main.rs:44
↓ 1 callers
Function
microservice_handler
(req: Request<Body>, user_db: &UserDb)
Chapter02/hyper-microservice-rest-regex/src/main.rs:40
↓ 1 callers
Function
microservice_handler
(req: Request<Body>, user_db: &UserDb)
Chapter02/hyper-microservice-rest/src/main.rs:34
↓ 1 callers
Function
multiple
()
Chapter05/futures-examples/src/main.rs:51
↓ 1 callers
Method
mut_unknown_fields
(&mut self)
Chapter06/grpc-ring/src/ring.rs:76
↓ 1 callers
Function
other
(err: E)
Chapter05/futures-examples/src/main.rs:23
↓ 1 callers
Function
parse_descriptor_proto
()
Chapter06/grpc-ring/src/ring.rs:156
↓ 1 callers
Method
process_message
( &self, item: Delivery, _: &mut Context<Self>, )
Chapter12/rabbit-actix/src/queue_actor.rs:96
↓ 1 callers
Method
publish_channel
(&self, channel_id: Id)
Chapter08/chat/src/lib.rs:66
↓ 1 callers
Function
record_ride
( conn: &DynamoDbClient, ride_id: &str, username: &str, unicorn: &Unicorn, )
Chapter17/serverless/lambda_1/src/main.rs:117
↓ 1 callers
Function
remove_session
(conn: &Connection, token: &str)
Chapter07/sessions/src/main.rs:17
↓ 1 callers
Function
response_with_code
(status_code: StatusCode)
Chapter10/one-thread/src/main.rs:103
↓ 1 callers
Function
response_with_code
(status_code: StatusCode)
Chapter10/blocking/src/main.rs:74
↓ 1 callers
Function
response_with_code
(status_code: StatusCode)
Chapter10/thread-pool/src/main.rs:72
↓ 1 callers
Function
response_with_code
(status_code: StatusCode)
Chapter10/actors/src/main.rs:89
↓ 1 callers
Method
scan
(&self, data: &[u8])
Chapter12/rabbit-actix/src/worker.rs:12
↓ 1 callers
Function
send_spawn
()
Chapter05/futures-examples/src/main.rs:94
↓ 1 callers
Function
serialize
(format: &str, resp: &RngResponse)
Chapter04/random-service-with-multiple-formats/src/main.rs:107
↓ 1 callers
Method
set_value
(&self, path: &str, value: &[u8])
Chapter11/router-cache-ws/src/cache.rs:75
↓ 1 callers
Method
set_value
(&self, path: &str, value: &[u8])
Chapter11/router-cache/src/cache.rs:75
↓ 1 callers
Function
setup
()
Chapter13/units/src/lib.rs:251
↓ 1 callers
Function
single
()
Chapter05/futures-examples/src/main.rs:38
↓ 1 callers
Function
spawn_client
(sys: &mut SystemRunner)
Chapter12/rabbit-actix/src/lib.rs:17
↓ 1 callers
Function
spawn_sender
(address: String, login: String, password: String)
Chapter15/deploy/microservices/mails/src/main.rs:23
↓ 1 callers
Function
spawn_sender
()
Chapter09/emails-nickel/src/main.rs:17
↓ 1 callers
Function
spawn_worker
()
Chapter06/jsonrpc-ring/src/main.rs:58
↓ 1 callers
Method
start
(&self, req: &HttpRequest<State>)
Chapter11/router/src/main.rs:154
↓ 1 callers
Method
start
(&self, req: &HttpRequest<State>)
Chapter11/router-cache/src/main.rs:198
↓ 1 callers
Method
start_roll_call
(&self)
Chapter06/jsonrpc-ring/src/main.rs:36
↓ 1 callers
Method
start_roll_call
(&self)
Chapter06/grpc-ring/src/lib.rs:24
↓ 1 callers
Method
start_roll_call
(&self, _: RequestOptions, _: Empty)
Chapter06/grpc-ring/src/server.rs:54
↓ 1 callers
Function
start_worker
()
Chapter10/one-thread/src/main.rs:21
↓ 1 callers
Function
test_get
(path: &str)
Chapter13/units/src/lib.rs:293
↓ 1 callers
Function
unicorn_map
(unicorn: &Unicorn)
Chapter17/serverless/lambda_1/src/main.rs:106
↓ 1 callers
Method
visit_str
(self, value: &str)
Chapter04/random-service-with-shuffle/src/color.rs:82
↓ 1 callers
Method
visit_str
(self, value: &str)
Chapter04/random-service-with-multiple-formats/src/color.rs:82
↓ 1 callers
Function
worker_loop
(receiver: Receiver<Action>)
Chapter06/grpc-ring/src/server.rs:79
Function
add_comment
()
Chapter13/integration/tests/content.rs:14
Function
add_new
(comment_form: Form<NewComment>, conn: Db)
Chapter15/deploy/microservices/content/src/main.rs:30
Function
add_new
(comment_form: Form<NewComment>, conn: Db)
Chapter09/content-rocket/src/main.rs:30
Method
all
(conn: &PgConnection)
Chapter15/deploy/microservices/content/src/comment.rs:31
Method
all
(conn: &SqliteConnection)
Chapter09/content-rocket/src/comment.rs:31
Method
as_any
(&self)
Chapter06/grpc-ring/src/ring.rs:80
Method
as_any_mut
(&mut self)
Chapter06/grpc-ring/src/ring.rs:83
Function
attr_to_string
(attr: &AttributeValue)
Chapter07/user-location/src/main.rs:168
Function
bench_clone
(b: &mut Bencher)
Chapter14/benches/src/lib.rs:8
Function
bench_ref
(b: &mut Bencher)
Chapter14/benches/src/lib.rs:16
Function
check_router_full
()
Chapter13/integration/tests/router.rs:14
Function
check_signup_and_signin
()
Chapter13/integration/tests/users.rs:14
Method
clear
(&mut self)
Chapter06/grpc-ring/src/ring.rs:127
Function
comments
(req: HttpRequest<State>)
Chapter15/deploy/microservices/router/src/main.rs:151
Function
comments
(req: HttpRequest<State>)
Chapter13/units/src/lib.rs:136
Function
comments
(req: HttpRequest<State>)
Chapter11/router-cache-ws/src/main.rs:150
Function
comments
(_req: HttpRequest<State>)
Chapter11/router/src/main.rs:135
Function
comments
(req: HttpRequest<State>)
Chapter11/router-cache/src/main.rs:139
Method
compute_size
(&self)
Chapter06/grpc-ring/src/ring.rs:56
Method
connect
()
Chapter08/chat/src/lib.rs:21
Method
content
(&self)
Chapter15/deploy/microservices/router/src/main.rs:183
Method
content
()
Chapter13/integration/tests/utils.rs:35
Function
content_healthcheck
()
Chapter13/integration/tests/content.rs:8
Function
count_down
(req: HttpRequest<AppState>)
Chapter11/example-11-2-routes/src/main.rs:20
Function
count_down
(req: HttpRequest<AppState>)
Chapter11/example-11-3-json/src/main.rs:27
Function
count_set
((data, req): (Json<NewState>, HttpRequest<AppState>))
Chapter11/example-11-3-json/src/main.rs:32
Function
count_up
(req: HttpRequest<AppState>)
Chapter11/example-11-2-routes/src/main.rs:15
Function
count_up
(req: HttpRequest<AppState>)
Chapter11/example-11-3-json/src/main.rs:22
Function
counter
(req: HttpRequest<State>)
Chapter13/units/src/lib.rs:144
Function
counter
(req: HttpRequest<State>)
Chapter11/router-cache-ws/src/main.rs:159
Function
counter
(req: HttpRequest<State>)
Chapter11/router/src/main.rs:143
Function
counter
(req: HttpRequest<State>)
Chapter11/router-cache/src/main.rs:148
Function
create_users
()
Chapter08/chat/src/lib.rs:142
Method
default_instance
()
Chapter06/grpc-ring/src/ring.rs:115
Method
descriptor
(&self)
Chapter06/grpc-ring/src/ring.rs:90
Method
descriptor_static
()
Chapter06/grpc-ring/src/ring.rs:98
Method
deserialize
(deserializer: D)
Chapter04/random-service-with-multiple-formats/src/color.rs:98
Method
expecting
(&self, formatter: &mut fmt::Formatter)
Chapter04/random-service-with-shuffle/src/color.rs:78
Method
expecting
(&self, formatter: &mut fmt::Formatter)
Chapter04/random-service-with-multiple-formats/src/color.rs:78
Method
fmt
(&self, f: &mut fmt::Formatter)
Chapter04/random-service-with-shuffle/src/color.rs:33
Method
fmt
(&self, f: &mut fmt::Formatter)
Chapter04/random-service-with-multiple-formats/src/color.rs:33
Method
fmt
(&self, f: &mut ::std::fmt::Formatter)
Chapter06/grpc-ring/src/ring.rs:133
Method
fmt
(&self, f: &mut fmt::Formatter)
Chapter12/rabbit-actix/src/server.rs:40
Method
fmt
(&self, f: &mut fmt::Formatter)
Chapter02/hyper-microservice-rest-regex/src/main.rs:27
Method
fmt
(&self, f: &mut fmt::Formatter)
Chapter02/hyper-microservice-rest/src/main.rs:25
Method
from
(err: ParseIntError)
Chapter04/random-service-with-shuffle/src/color.rs:20
Method
from
(err: ParseIntError)
Chapter04/random-service-with-multiple-formats/src/color.rs:20
Method
from
(res: Result<String, Error>)
Chapter12/rabbit-actix/src/lib.rs:59
Method
from_map
(map: HashMap<String, AttributeValue>)
Chapter07/user-location/src/main.rs:61
Method
from_str
(s: &str)
Chapter04/random-service-with-shuffle/src/color.rs:47
Method
from_str
(s: &str)
Chapter04/random-service-with-multiple-formats/src/color.rs:47
Method
get_cached_size
(&self)
Chapter06/grpc-ring/src/ring.rs:68
Method
handle
( &self, id: &TaskId, incoming: Self::Incoming, )
Chapter12/rabbit-actix/src/server.rs:172
Method
handle
( &self, _: &TaskId, incoming: Self::Incoming, )
Chapter12/rabbit-actix/src/worker.rs:42
Method
handle
(&mut self, Log(mesg): Log, _: &mut Context<Self>)
Chapter10/actors/src/actors/log.rs:36
Method
handle
(&mut self, Count(path): Count, _: &mut Context<Self>)
Chapter10/actors/src/actors/count.rs:31
Method
handle
(&mut self, data: Resize, _: &mut SyncContext<Self>)
Chapter10/actors/src/actors/resize.rs:25
Method
handle
(&mut self, msg: RepeaterUpdate, ctx: &mut Self::Context)
Chapter11/router-cache-ws/src/notify.rs:48
Method
handle
(&mut self, msg: RepeaterUpdate, _: &mut Self::Context)
Chapter11/router-cache-ws/src/repeater.rs:31
← previous
next →
101–200 of 361, ranked by callers