MCPcopy Create free account

hub / github.com/PacktPublishing/Hands-On-Microservices-with-Rust / functions

Functions361 in github.com/PacktPublishing/Hands-On-Microservices-with-Rust

↓ 1 callersFunctionmicroservice_handler
(req: Request<Body>, files: &Path)
Chapter05/images-service/src/main.rs:35
↓ 1 callersFunctionmicroservice_handler
(tx: mpsc::Sender<WorkerRequest>, req: Request<Body>)
Chapter10/one-thread/src/main.rs:57
↓ 1 callersFunctionmicroservice_handler
(req: Request<Body>)
Chapter10/blocking/src/main.rs:33
↓ 1 callersFunctionmicroservice_handler
(pool: CpuPool, req: Request<Body>)
Chapter10/thread-pool/src/main.rs:33
↓ 1 callersFunctionmicroservice_handler
(state: &State, req: Request<Body>)
Chapter10/actors/src/main.rs:44
↓ 1 callersFunctionmicroservice_handler
(req: Request<Body>, user_db: &UserDb)
Chapter02/hyper-microservice-rest-regex/src/main.rs:40
↓ 1 callersFunctionmicroservice_handler
(req: Request<Body>, user_db: &UserDb)
Chapter02/hyper-microservice-rest/src/main.rs:34
↓ 1 callersFunctionmultiple
()
Chapter05/futures-examples/src/main.rs:51
↓ 1 callersMethodmut_unknown_fields
(&mut self)
Chapter06/grpc-ring/src/ring.rs:76
↓ 1 callersFunctionother
(err: E)
Chapter05/futures-examples/src/main.rs:23
↓ 1 callersFunctionparse_descriptor_proto
()
Chapter06/grpc-ring/src/ring.rs:156
↓ 1 callersMethodprocess_message
( &self, item: Delivery, _: &mut Context<Self>, )
Chapter12/rabbit-actix/src/queue_actor.rs:96
↓ 1 callersMethodpublish_channel
(&self, channel_id: Id)
Chapter08/chat/src/lib.rs:66
↓ 1 callersFunctionrecord_ride
( conn: &DynamoDbClient, ride_id: &str, username: &str, unicorn: &Unicorn, )
Chapter17/serverless/lambda_1/src/main.rs:117
↓ 1 callersFunctionremove_session
(conn: &Connection, token: &str)
Chapter07/sessions/src/main.rs:17
↓ 1 callersFunctionresponse_with_code
(status_code: StatusCode)
Chapter10/one-thread/src/main.rs:103
↓ 1 callersFunctionresponse_with_code
(status_code: StatusCode)
Chapter10/blocking/src/main.rs:74
↓ 1 callersFunctionresponse_with_code
(status_code: StatusCode)
Chapter10/thread-pool/src/main.rs:72
↓ 1 callersFunctionresponse_with_code
(status_code: StatusCode)
Chapter10/actors/src/main.rs:89
↓ 1 callersMethodscan
(&self, data: &[u8])
Chapter12/rabbit-actix/src/worker.rs:12
↓ 1 callersFunctionsend_spawn
()
Chapter05/futures-examples/src/main.rs:94
↓ 1 callersFunctionserialize
(format: &str, resp: &RngResponse)
Chapter04/random-service-with-multiple-formats/src/main.rs:107
↓ 1 callersMethodset_value
(&self, path: &str, value: &[u8])
Chapter11/router-cache-ws/src/cache.rs:75
↓ 1 callersMethodset_value
(&self, path: &str, value: &[u8])
Chapter11/router-cache/src/cache.rs:75
↓ 1 callersFunctionsetup
()
Chapter13/units/src/lib.rs:251
↓ 1 callersFunctionsingle
()
Chapter05/futures-examples/src/main.rs:38
↓ 1 callersFunctionspawn_client
(sys: &mut SystemRunner)
Chapter12/rabbit-actix/src/lib.rs:17
↓ 1 callersFunctionspawn_sender
(address: String, login: String, password: String)
Chapter15/deploy/microservices/mails/src/main.rs:23
↓ 1 callersFunctionspawn_sender
()
Chapter09/emails-nickel/src/main.rs:17
↓ 1 callersFunctionspawn_worker
()
Chapter06/jsonrpc-ring/src/main.rs:58
↓ 1 callersMethodstart
(&self, req: &HttpRequest<State>)
Chapter11/router/src/main.rs:154
↓ 1 callersMethodstart
(&self, req: &HttpRequest<State>)
Chapter11/router-cache/src/main.rs:198
↓ 1 callersMethodstart_roll_call
(&self)
Chapter06/jsonrpc-ring/src/main.rs:36
↓ 1 callersMethodstart_roll_call
(&self)
Chapter06/grpc-ring/src/lib.rs:24
↓ 1 callersMethodstart_roll_call
(&self, _: RequestOptions, _: Empty)
Chapter06/grpc-ring/src/server.rs:54
↓ 1 callersFunctionstart_worker
()
Chapter10/one-thread/src/main.rs:21
↓ 1 callersFunctiontest_get
(path: &str)
Chapter13/units/src/lib.rs:293
↓ 1 callersFunctionunicorn_map
(unicorn: &Unicorn)
Chapter17/serverless/lambda_1/src/main.rs:106
↓ 1 callersMethodvisit_str
(self, value: &str)
Chapter04/random-service-with-shuffle/src/color.rs:82
↓ 1 callersMethodvisit_str
(self, value: &str)
Chapter04/random-service-with-multiple-formats/src/color.rs:82
↓ 1 callersFunctionworker_loop
(receiver: Receiver<Action>)
Chapter06/grpc-ring/src/server.rs:79
Functionadd_comment
()
Chapter13/integration/tests/content.rs:14
Functionadd_new
(comment_form: Form<NewComment>, conn: Db)
Chapter15/deploy/microservices/content/src/main.rs:30
Functionadd_new
(comment_form: Form<NewComment>, conn: Db)
Chapter09/content-rocket/src/main.rs:30
Methodall
(conn: &PgConnection)
Chapter15/deploy/microservices/content/src/comment.rs:31
Methodall
(conn: &SqliteConnection)
Chapter09/content-rocket/src/comment.rs:31
Methodas_any
(&self)
Chapter06/grpc-ring/src/ring.rs:80
Methodas_any_mut
(&mut self)
Chapter06/grpc-ring/src/ring.rs:83
Functionattr_to_string
(attr: &AttributeValue)
Chapter07/user-location/src/main.rs:168
Functionbench_clone
(b: &mut Bencher)
Chapter14/benches/src/lib.rs:8
Functionbench_ref
(b: &mut Bencher)
Chapter14/benches/src/lib.rs:16
Functioncheck_router_full
()
Chapter13/integration/tests/router.rs:14
Functioncheck_signup_and_signin
()
Chapter13/integration/tests/users.rs:14
Methodclear
(&mut self)
Chapter06/grpc-ring/src/ring.rs:127
Functioncomments
(req: HttpRequest<State>)
Chapter15/deploy/microservices/router/src/main.rs:151
Functioncomments
(req: HttpRequest<State>)
Chapter13/units/src/lib.rs:136
Functioncomments
(req: HttpRequest<State>)
Chapter11/router-cache-ws/src/main.rs:150
Functioncomments
(_req: HttpRequest<State>)
Chapter11/router/src/main.rs:135
Functioncomments
(req: HttpRequest<State>)
Chapter11/router-cache/src/main.rs:139
Methodcompute_size
(&self)
Chapter06/grpc-ring/src/ring.rs:56
Methodconnect
()
Chapter08/chat/src/lib.rs:21
Methodcontent
(&self)
Chapter15/deploy/microservices/router/src/main.rs:183
Methodcontent
()
Chapter13/integration/tests/utils.rs:35
Functioncontent_healthcheck
()
Chapter13/integration/tests/content.rs:8
Functioncount_down
(req: HttpRequest<AppState>)
Chapter11/example-11-2-routes/src/main.rs:20
Functioncount_down
(req: HttpRequest<AppState>)
Chapter11/example-11-3-json/src/main.rs:27
Functioncount_set
((data, req): (Json<NewState>, HttpRequest<AppState>))
Chapter11/example-11-3-json/src/main.rs:32
Functioncount_up
(req: HttpRequest<AppState>)
Chapter11/example-11-2-routes/src/main.rs:15
Functioncount_up
(req: HttpRequest<AppState>)
Chapter11/example-11-3-json/src/main.rs:22
Functioncounter
(req: HttpRequest<State>)
Chapter13/units/src/lib.rs:144
Functioncounter
(req: HttpRequest<State>)
Chapter11/router-cache-ws/src/main.rs:159
Functioncounter
(req: HttpRequest<State>)
Chapter11/router/src/main.rs:143
Functioncounter
(req: HttpRequest<State>)
Chapter11/router-cache/src/main.rs:148
Functioncreate_users
()
Chapter08/chat/src/lib.rs:142
Methoddefault_instance
()
Chapter06/grpc-ring/src/ring.rs:115
Methoddescriptor
(&self)
Chapter06/grpc-ring/src/ring.rs:90
Methoddescriptor_static
()
Chapter06/grpc-ring/src/ring.rs:98
Methoddeserialize
(deserializer: D)
Chapter04/random-service-with-multiple-formats/src/color.rs:98
Methodexpecting
(&self, formatter: &mut fmt::Formatter)
Chapter04/random-service-with-shuffle/src/color.rs:78
Methodexpecting
(&self, formatter: &mut fmt::Formatter)
Chapter04/random-service-with-multiple-formats/src/color.rs:78
Methodfmt
(&self, f: &mut fmt::Formatter)
Chapter04/random-service-with-shuffle/src/color.rs:33
Methodfmt
(&self, f: &mut fmt::Formatter)
Chapter04/random-service-with-multiple-formats/src/color.rs:33
Methodfmt
(&self, f: &mut ::std::fmt::Formatter)
Chapter06/grpc-ring/src/ring.rs:133
Methodfmt
(&self, f: &mut fmt::Formatter)
Chapter12/rabbit-actix/src/server.rs:40
Methodfmt
(&self, f: &mut fmt::Formatter)
Chapter02/hyper-microservice-rest-regex/src/main.rs:27
Methodfmt
(&self, f: &mut fmt::Formatter)
Chapter02/hyper-microservice-rest/src/main.rs:25
Methodfrom
(err: ParseIntError)
Chapter04/random-service-with-shuffle/src/color.rs:20
Methodfrom
(err: ParseIntError)
Chapter04/random-service-with-multiple-formats/src/color.rs:20
Methodfrom
(res: Result<String, Error>)
Chapter12/rabbit-actix/src/lib.rs:59
Methodfrom_map
(map: HashMap<String, AttributeValue>)
Chapter07/user-location/src/main.rs:61
Methodfrom_str
(s: &str)
Chapter04/random-service-with-shuffle/src/color.rs:47
Methodfrom_str
(s: &str)
Chapter04/random-service-with-multiple-formats/src/color.rs:47
Methodget_cached_size
(&self)
Chapter06/grpc-ring/src/ring.rs:68
Methodhandle
( &self, id: &TaskId, incoming: Self::Incoming, )
Chapter12/rabbit-actix/src/server.rs:172
Methodhandle
( &self, _: &TaskId, incoming: Self::Incoming, )
Chapter12/rabbit-actix/src/worker.rs:42
Methodhandle
(&mut self, Log(mesg): Log, _: &mut Context<Self>)
Chapter10/actors/src/actors/log.rs:36
Methodhandle
(&mut self, Count(path): Count, _: &mut Context<Self>)
Chapter10/actors/src/actors/count.rs:31
Methodhandle
(&mut self, data: Resize, _: &mut SyncContext<Self>)
Chapter10/actors/src/actors/resize.rs:25
Methodhandle
(&mut self, msg: RepeaterUpdate, ctx: &mut Self::Context)
Chapter11/router-cache-ws/src/notify.rs:48
Methodhandle
(&mut self, msg: RepeaterUpdate, _: &mut Self::Context)
Chapter11/router-cache-ws/src/repeater.rs:31
← previousnext →101–200 of 361, ranked by callers