Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diegopacheco/rust-playground
/ functions
Functions
801 in github.com/diegopacheco/rust-playground
⨍
Functions
801
◇
Types & classes
202
↓ 1 callers
Function
round
()
rust-1.90-fun/src/main.rs:23
↓ 1 callers
Function
round_ties_even
()
rust-1.90-fun/src/main.rs:11
↓ 1 callers
Function
run
()
streams-fun/src/main.rs:12
↓ 1 callers
Function
run
()
error-chain-pattern-matcher-explicit-rust/src/main.rs:10
↓ 1 callers
Function
run
()
error-chain-rust/src/main.rs:13
↓ 1 callers
Function
run
()
error-chain-pattern-matcher-rust/src/main.rs:15
↓ 1 callers
Function
run_async
()
threads-rust-fun/src/main.rs:32
↓ 1 callers
Function
run_benchmark
(n: usize)
bf-tree-fun/src/main.rs:146
↓ 1 callers
Function
run_my_dummy_threads
()
threads-rust-fun/src/main.rs:13
↓ 1 callers
Function
run_wait
()
threads-rust-fun/src/main.rs:23
↓ 1 callers
Method
say_hello
( &self, request: Request<HelloRequest>, )
tonic/helloworld-tonic/src/server.rs:17
↓ 1 callers
Function
say_hi
()
async_std_fun/src/main.rs:4
↓ 1 callers
Method
set
(&mut self, row: usize, col: usize, value: T)
generic-const/src/main.rs:13
↓ 1 callers
Function
set_up_logging
()
fern_fun/src/main.rs:32
↓ 1 callers
Function
setup
A setup function to be called before everything else
test_cucumber_fun/src/main.rs:75
↓ 1 callers
Function
simple
()
channels-fun-rust/src/main.rs:9
↓ 1 callers
Function
sleepy
()
threads-rust-fun/src/main.rs:55
↓ 1 callers
Function
split_name_version
(s: &str)
rust-parsers/src/parsers/python.rs:22
↓ 1 callers
Function
state_machine
(state:&State,c:char)
state-machine-parser/src/main.rs:11
↓ 1 callers
Function
sum
values is a slice of i32
array-and-slices/src/main.rs:2
↓ 1 callers
Function
sum_and_product
(x:i32,y:i32)
basic_lang/src/tuples_fun.rs:11
↓ 1 callers
Method
to_centimeters
(&self)
traits-fun/src/basic.rs:8
↓ 1 callers
Method
to_set
(self)
sets-collections-fun/src/main.rs:10
↓ 1 callers
Function
to_str_vec
(v:&Vec<&'a String>)
vec-adventures/src/main.rs:39
↓ 1 callers
Function
to_string_vec
(v:Vec<&'a str>)
vec-adventures/src/main.rs:47
↓ 1 callers
Function
to_vecdeque
(vector:Vec<i32>)
vec-adventures/src/main.rs:35
↓ 1 callers
Function
tokenize
(lisp_code:&String)
lisp-parser/src/main.rs:29
↓ 1 callers
Function
touch
A simple implementation of `% touch path` (ignores existing files)
fs-fun/src/main.rs:26
↓ 1 callers
Function
trunc
()
rust-1.90-fun/src/main.rs:47
↓ 1 callers
Function
update
(mut map: HashMap<&'static str, &'static str>)
maps-mutable-collections/src/main.rs:28
↓ 1 callers
Method
update
(&mut self, msg: Self::Message)
yew-app/src/main.rs:23
↓ 1 callers
Method
update
(&mut self)
tui-fun/src/chart/main.rs:37
↓ 1 callers
Function
use_slice
(slice: &[i32])
basic_lang/src/slice_fun.rs:6
↓ 1 callers
Function
validate_number
(n: i32)
error-handling-custom-types/src/main.rs:7
↓ 1 callers
Function
vec_concant_new
(mut a:Vec<i32>,mut b:Vec<i32>)
vec-adventures/src/main.rs:82
↓ 1 callers
Function
vec_partition
(a: &mut Vec<i32>)
vec-adventures/src/main.rs:77
↓ 1 callers
Function
wat1
()
crazy-stuff/src/main.rs:10
↓ 1 callers
Function
wat2
()
crazy-stuff/src/main.rs:6
↓ 1 callers
Method
with_age
(mut self,age:u8)
builder-pattern-rust/src/main.rs:34
↓ 1 callers
Method
with_name
(mut self,name:&str)
builder-pattern-rust/src/main.rs:30
↓ 1 callers
Function
with_threads
()
channels-fun-rust/src/main.rs:25
Function
Java_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
Function
SimpleCounter
( cx: Scope, initial_value: i32, step: i32 )
Leptos-Fun/src/lib.rs:7
Function
add
(x: u32, y: u32)
rspec-fun/src/main.rs:8
Function
add
(a:i32,b:i32)
rust-crash-course/src/ex_unit_tests.rs:1
Function
add_cat
(cat: web::Json<Cat>, data: web::Data<AppState>)
actix-web-tokio-rest/src/controller.rs:12
Function
add_repeated_u8
()
test_mutagen_fun/src/main.rs:13
Function
add_two
(a: i32)
adder/src/lib.rs:2
Function
add_two_u8
(x: u8)
test_mutagen_fun/src/main.rs:18
Method
after_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
Method
alloc
(&self, layout: Layout)
allocator/src/main.rs:10
Function
app_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
Function
app_writer
Obtain an exclusive mutable lock on the application state.
abscissa_cool_app/src/application.rs:20
Method
area
(&self)
basic_lang/src/dynamic_dispatch_fun.rs:9
Function
average
(values: &[f64])
conversions-fun/src/using_as.rs:1
Function
ball_movement
(time: Res<Time>, mut query: Query<(&mut Transform, &Ball)>)
bevy-pong/bevy_pong/src/main.rs:239
Method
boxer
(node: Node)
dynamic-data-structure-box/src/main.rs:15
Function
buggy_concurrent_inc
()
loom-fun/src/main.rs:9
Function
byte_counter
(arg: T)
conversions-fun/src/as_ref.rs:1
Function
char_counter
(arg: T)
conversions-fun/src/as_ref.rs:5
Function
check_collisions
( mut commands: Commands, mut ball_query: Query<(Entity, &mut Ball, &Transform)>, collider_query:
bevy-pong/bevy_pong/src/main.rs:248
Function
child
Child process calculates the sum of numbers of context.1 until context.0 index.
lunatic-fun/src/main.rs:18
Function
comp_sci_student_greeting
(student: &dyn CompSciStudent)
traits-fun/src/supers.rs:48
Function
compute
()
arrow-datafusion-fun/src/dataframe.rs:5
Function
compute
()
pointer-arithmetic-fun/src/StdOffset.rs:1
Method
config_path
Location of the configuration file
abscissa_cool_app/src/commands.rs:45
Function
criterion_benchmark
(c: &mut Criterion)
criterion-fun/benches/my_benchmark.rs:11
Method
dealloc
(&self, ptr: *mut u8, layout: Layout)
allocator/src/main.rs:18
Function
debug_startup
( ball_query: Query<&Transform, With<Ball>>, paddle_query: Query<(&Transform, &Paddle)>, text_quer
bevy-pong/bevy_pong/src/main.rs:74
Method
default
()
abscissa_cool_app/src/config.rs:22
Method
default
()
abscissa_cool_app/src/application.rs:46
Method
default
()
builder-pattern-rust/src/main.rs:63
Method
default
()
test_cucumber_fun/src/main.rs:12
Method
default
()
tui-fun/src/event/mod.rs:32
Method
default
()
conversions-fun/src/from_into.rs:8
Method
default
()
fibonacci-iterator/src/main.rs:19
Method
default_method
(&self, x: i32, y: i32)
mock_derive_fun/src/main.rs:13
Function
delete_news_by_id
(id:&String)
rust-microservice/news-service/src/service.rs:13
Function
delete_news_by_id
(info:web::Path<String>)
rust-microservice/news-service/src/endpoints.rs:26
Function
delete_news_by_id
(id:&String)
rust-microservice/news-dao/src/lib.rs:33
Method
deref
(&self)
abscissa_cool_app/src/error.rs:37
Method
description
(&self)
error-handling-rust/src/main.rs:15
Function
different_counts
()
conversions-fun/src/as_ref.rs:20
Function
double_reversal_is_identity
(xs: Vec<isize>)
test_quickcheck/src/main.rs:18
Function
draw
(_: &(), p: &Printer)
cursive-fun/src/select/main.rs:27
Method
drop
(&mut self)
linked-lists-oh-boy/src/linkedlist.rs:48
Method
drop
(&mut self)
pointer-arithmetic-fun/src/UsingLibC.rs:56
Function
dynamic_fib
(n:u64,map:&mut HashMap<u64,u64>)
dynamic-fib/src/main.rs:10
Function
empty_input
()
conversions-fun/src/from_str.rs:31
Function
evaluate_test
()
lisp-parser/src/main.rs:84
Function
execute
()
basic_lang/src/slice_fun.rs:1
Function
execute
()
basic_lang/src/listsfun.rs:3
Function
execute
()
basic_lang/src/enumfun.rs:14
Function
execute
()
basic_lang/src/tuples_fun.rs:1
Function
execute
()
basic_lang/src/unsafe_global.rs:4
Function
execute
()
basic_lang/src/strings_fun.rs:1
Function
execute
()
basic_lang/src/closure_fun.rs:1
Function
execute
()
basic_lang/src/loops.rs:1
Function
execute
()
basic_lang/src/core_data_types.rs:3
Function
execute
()
basic_lang/src/generics_fun.rs:6
← previous
next →
201–300 of 801, ranked by callers