MCPcopy Create free account

hub / github.com/diegopacheco/rust-playground / functions

Functions801 in github.com/diegopacheco/rust-playground

↓ 1 callersFunctionround
()
rust-1.90-fun/src/main.rs:23
↓ 1 callersFunctionround_ties_even
()
rust-1.90-fun/src/main.rs:11
↓ 1 callersFunctionrun
()
streams-fun/src/main.rs:12
↓ 1 callersFunctionrun
()
error-chain-pattern-matcher-explicit-rust/src/main.rs:10
↓ 1 callersFunctionrun
()
error-chain-rust/src/main.rs:13
↓ 1 callersFunctionrun
()
error-chain-pattern-matcher-rust/src/main.rs:15
↓ 1 callersFunctionrun_async
()
threads-rust-fun/src/main.rs:32
↓ 1 callersFunctionrun_benchmark
(n: usize)
bf-tree-fun/src/main.rs:146
↓ 1 callersFunctionrun_my_dummy_threads
()
threads-rust-fun/src/main.rs:13
↓ 1 callersFunctionrun_wait
()
threads-rust-fun/src/main.rs:23
↓ 1 callersMethodsay_hello
( &self, request: Request<HelloRequest>, )
tonic/helloworld-tonic/src/server.rs:17
↓ 1 callersFunctionsay_hi
()
async_std_fun/src/main.rs:4
↓ 1 callersMethodset
(&mut self, row: usize, col: usize, value: T)
generic-const/src/main.rs:13
↓ 1 callersFunctionset_up_logging
()
fern_fun/src/main.rs:32
↓ 1 callersFunctionsetup
A setup function to be called before everything else
test_cucumber_fun/src/main.rs:75
↓ 1 callersFunctionsimple
()
channels-fun-rust/src/main.rs:9
↓ 1 callersFunctionsleepy
()
threads-rust-fun/src/main.rs:55
↓ 1 callersFunctionsplit_name_version
(s: &str)
rust-parsers/src/parsers/python.rs:22
↓ 1 callersFunctionstate_machine
(state:&State,c:char)
state-machine-parser/src/main.rs:11
↓ 1 callersFunctionsum
values is a slice of i32
array-and-slices/src/main.rs:2
↓ 1 callersFunctionsum_and_product
(x:i32,y:i32)
basic_lang/src/tuples_fun.rs:11
↓ 1 callersMethodto_centimeters
(&self)
traits-fun/src/basic.rs:8
↓ 1 callersMethodto_set
(self)
sets-collections-fun/src/main.rs:10
↓ 1 callersFunctionto_str_vec
(v:&Vec<&'a String>)
vec-adventures/src/main.rs:39
↓ 1 callersFunctionto_string_vec
(v:Vec<&'a str>)
vec-adventures/src/main.rs:47
↓ 1 callersFunctionto_vecdeque
(vector:Vec<i32>)
vec-adventures/src/main.rs:35
↓ 1 callersFunctiontokenize
(lisp_code:&String)
lisp-parser/src/main.rs:29
↓ 1 callersFunctiontouch
A simple implementation of `% touch path` (ignores existing files)
fs-fun/src/main.rs:26
↓ 1 callersFunctiontrunc
()
rust-1.90-fun/src/main.rs:47
↓ 1 callersFunctionupdate
(mut map: HashMap<&'static str, &'static str>)
maps-mutable-collections/src/main.rs:28
↓ 1 callersMethodupdate
(&mut self, msg: Self::Message)
yew-app/src/main.rs:23
↓ 1 callersMethodupdate
(&mut self)
tui-fun/src/chart/main.rs:37
↓ 1 callersFunctionuse_slice
(slice: &[i32])
basic_lang/src/slice_fun.rs:6
↓ 1 callersFunctionvalidate_number
(n: i32)
error-handling-custom-types/src/main.rs:7
↓ 1 callersFunctionvec_concant_new
(mut a:Vec<i32>,mut b:Vec<i32>)
vec-adventures/src/main.rs:82
↓ 1 callersFunctionvec_partition
(a: &mut Vec<i32>)
vec-adventures/src/main.rs:77
↓ 1 callersFunctionwat1
()
crazy-stuff/src/main.rs:10
↓ 1 callersFunctionwat2
()
crazy-stuff/src/main.rs:6
↓ 1 callersMethodwith_age
(mut self,age:u8)
builder-pattern-rust/src/main.rs:34
↓ 1 callersMethodwith_name
(mut self,name:&str)
builder-pattern-rust/src/main.rs:30
↓ 1 callersFunctionwith_threads
()
channels-fun-rust/src/main.rs:25
FunctionJava_HelloWorld_hello
(env: JNIEnv, // This is the class that owns our static method. It's not going to be used, // but still must b
jni-fun/src/lib.rs:9
FunctionSimpleCounter
( cx: Scope, initial_value: i32, step: i32 )
Leptos-Fun/src/lib.rs:7
Functionadd
(x: u32, y: u32)
rspec-fun/src/main.rs:8
Functionadd
(a:i32,b:i32)
rust-crash-course/src/ex_unit_tests.rs:1
Functionadd_cat
(cat: web::Json<Cat>, data: web::Data<AppState>)
actix-web-tokio-rest/src/controller.rs:12
Functionadd_repeated_u8
()
test_mutagen_fun/src/main.rs:13
Functionadd_two
(a: i32)
adder/src/lib.rs:2
Functionadd_two_u8
(x: u8)
test_mutagen_fun/src/main.rs:18
Methodafter_config
Post-configuration lifecycle callback. Called regardless of whether config is loaded to indicate this is the time in app lifecycle when configuration
abscissa_cool_app/src/application.rs:94
Methodalloc
(&self, layout: Layout)
allocator/src/main.rs:10
Functionapp_reader
Obtain a read-only (multi-reader) lock on the application state. Panics if the application state has not been initialized.
abscissa_cool_app/src/application.rs:15
Functionapp_writer
Obtain an exclusive mutable lock on the application state.
abscissa_cool_app/src/application.rs:20
Methodarea
(&self)
basic_lang/src/dynamic_dispatch_fun.rs:9
Functionaverage
(values: &[f64])
conversions-fun/src/using_as.rs:1
Functionball_movement
(time: Res<Time>, mut query: Query<(&mut Transform, &Ball)>)
bevy-pong/bevy_pong/src/main.rs:239
Methodboxer
(node: Node)
dynamic-data-structure-box/src/main.rs:15
Functionbuggy_concurrent_inc
()
loom-fun/src/main.rs:9
Functionbyte_counter
(arg: T)
conversions-fun/src/as_ref.rs:1
Functionchar_counter
(arg: T)
conversions-fun/src/as_ref.rs:5
Functioncheck_collisions
( mut commands: Commands, mut ball_query: Query<(Entity, &mut Ball, &Transform)>, collider_query:
bevy-pong/bevy_pong/src/main.rs:248
Functionchild
Child process calculates the sum of numbers of context.1 until context.0 index.
lunatic-fun/src/main.rs:18
Functioncomp_sci_student_greeting
(student: &dyn CompSciStudent)
traits-fun/src/supers.rs:48
Functioncompute
()
arrow-datafusion-fun/src/dataframe.rs:5
Functioncompute
()
pointer-arithmetic-fun/src/StdOffset.rs:1
Methodconfig_path
Location of the configuration file
abscissa_cool_app/src/commands.rs:45
Functioncriterion_benchmark
(c: &mut Criterion)
criterion-fun/benches/my_benchmark.rs:11
Methoddealloc
(&self, ptr: *mut u8, layout: Layout)
allocator/src/main.rs:18
Functiondebug_startup
( ball_query: Query<&Transform, With<Ball>>, paddle_query: Query<(&Transform, &Paddle)>, text_quer
bevy-pong/bevy_pong/src/main.rs:74
Methoddefault
()
abscissa_cool_app/src/config.rs:22
Methoddefault
()
abscissa_cool_app/src/application.rs:46
Methoddefault
()
builder-pattern-rust/src/main.rs:63
Methoddefault
()
test_cucumber_fun/src/main.rs:12
Methoddefault
()
tui-fun/src/event/mod.rs:32
Methoddefault
()
conversions-fun/src/from_into.rs:8
Methoddefault
()
fibonacci-iterator/src/main.rs:19
Methoddefault_method
(&self, x: i32, y: i32)
mock_derive_fun/src/main.rs:13
Functiondelete_news_by_id
(id:&String)
rust-microservice/news-service/src/service.rs:13
Functiondelete_news_by_id
(info:web::Path<String>)
rust-microservice/news-service/src/endpoints.rs:26
Functiondelete_news_by_id
(id:&String)
rust-microservice/news-dao/src/lib.rs:33
Methodderef
(&self)
abscissa_cool_app/src/error.rs:37
Methoddescription
(&self)
error-handling-rust/src/main.rs:15
Functiondifferent_counts
()
conversions-fun/src/as_ref.rs:20
Functiondouble_reversal_is_identity
(xs: Vec<isize>)
test_quickcheck/src/main.rs:18
Functiondraw
(_: &(), p: &Printer)
cursive-fun/src/select/main.rs:27
Methoddrop
(&mut self)
linked-lists-oh-boy/src/linkedlist.rs:48
Methoddrop
(&mut self)
pointer-arithmetic-fun/src/UsingLibC.rs:56
Functiondynamic_fib
(n:u64,map:&mut HashMap<u64,u64>)
dynamic-fib/src/main.rs:10
Functionempty_input
()
conversions-fun/src/from_str.rs:31
Functionevaluate_test
()
lisp-parser/src/main.rs:84
Functionexecute
()
basic_lang/src/slice_fun.rs:1
Functionexecute
()
basic_lang/src/listsfun.rs:3
Functionexecute
()
basic_lang/src/enumfun.rs:14
Functionexecute
()
basic_lang/src/tuples_fun.rs:1
Functionexecute
()
basic_lang/src/unsafe_global.rs:4
Functionexecute
()
basic_lang/src/strings_fun.rs:1
Functionexecute
()
basic_lang/src/closure_fun.rs:1
Functionexecute
()
basic_lang/src/loops.rs:1
Functionexecute
()
basic_lang/src/core_data_types.rs:3
Functionexecute
()
basic_lang/src/generics_fun.rs:6
← previousnext →201–300 of 801, ranked by callers