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
Function
execute
()
basic_lang/src/array_fun.rs:1
Function
execute
()
basic_lang/src/functions.rs:5
Function
execute
()
basic_lang/src/high_order_functions.rs:1
Function
execute
()
basic_lang/src/option_t.rs:1
Function
execute
()
basic_lang/src/union_dt.rs:6
Function
execute
()
basic_lang/src/dynamic_dispatch_fun.rs:22
Function
execute
()
basic_lang/src/pattern_matecher_fun.rs:1
Function
execute
()
basic_lang/src/if_stmt.rs:3
Function
execute
()
basic_lang/src/vector_fun.rs:1
Function
execute
()
basic_lang/src/match_stmt.rs:1
Function
execute
()
basic_lang/src/traits_fun.rs:1
Function
exit_system
( keyboard_input: Res<ButtonInput<KeyCode>>, mut app_exit_events: EventWriter<AppExit>, )
bevy-pong/bevy_pong/src/main.rs:382
Method
fav_language
(&self)
traits-fun/src/supers.rs:37
Function
fern_simulation_test
()
rust-lib/fern-lib/src/lib.rs:22
Function
fetch_an_integer
()
redis-fun/src/main.rs:4
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
abscissa_cool_app/src/error.rs:43
Method
fmt
(&self, f: &mut Formatter)
builder-pattern-rust/src/main.rs:75
Method
fmt
(&self, f: &mut fmt::Formatter)
flexi_logger_fun/src/main.rs:10
Method
fmt
(&self, f: &mut fmt::Formatter)
error-handling-rust/src/main.rs:34
Method
fmt
(&self, f: &mut Formatter)
rust-microservice/news-contract/src/lib.rs:15
Method
fmt
(&self, f: &mut Formatter)
file-processing-struct/src/main.rs:52
Method
fmt
(&self, f: &mut Formatter)
basic_lang/src/structfun.rs:10
Method
from
(person:Person)
from-trait-fun/src/main.rs:16
Method
from
(kind: ErrorKind)
abscissa_cool_app/src/error.rs:55
Method
from
(err: ParseFloatError)
error-handling-rust/src/main.rs:49
Method
from
(s: &str)
conversions-fun/src/from_into.rs:17
Function
from_hex
(input: &str)
nom/src/main.rs:15
Method
from_str
(s: &str)
conversions-fun/src/from_str.rs:11
Method
from_str
(str: &str)
file-processing-struct/src/main.rs:20
Function
func_prog
(letters:Vec<String>)
vec-adventures/src/main.rs:55
Function
generate_data
(Query(params): Query<GenerateRequest>)
synthetic-data-gen/src/main.rs:197
Method
get
(&self)
generic-constraints-assoc-types/src/main.rs:18
Function
get_current_user
#[get("/api/user")]
sqlx-fun/src/main.rs:70
Method
get_int
(&self)
mock_derive_fun/src/main.rs:19
Function
get_news_by_id
(id:&String)
rust-microservice/news-service/src/service.rs:6
Function
get_news_by_id
(info:web::Path<String>)
rust-microservice/news-service/src/endpoints.rs:16
Function
get_news_by_id
(id:&String)
rust-microservice/news-dao/src/lib.rs:21
Method
git_username
(&self)
traits-fun/src/supers.rs:43
Function
good_input
()
conversions-fun/src/from_str.rs:35
Function
graphiql
()
juniper-graphql-fun/src/main.rs:15
Function
graphql
( st: web::Data<Arc<Schema>>, data: web::Json<GraphQLRequest>, )
juniper-graphql-fun/src/main.rs:22
Function
greet
(name: &str)
tauri-simple-fun/tauri-app/src-tauri/src/main.rs:8
Method
greet
(&self)
rust-crash-course/src/ex_traits.rs:4
Method
greet
(&self)
macro-multi-trait-impl-fun/src/main.rs:18
Function
greet_the_world
()
mock_mockiato_fun/src/main.rs:14
Method
handle
(&self, _myself: ActorRef<Self::Msg>, message: Self::Msg, state: &mut Self::State)
ractor-fun/src/main.rs:24
Method
handle
(&mut self, _ctx: &Context<Self>, msg: ToUppercase)
xactor_fun/src/main.rs:15
Function
have_some
(i:i32)
basic_lang/src/pattern_matecher_fun.rs:3
Function
head
(cx: Scope)
perseus-fun/my-app/src/templates/index.rs:19
Function
health
()
open-telemetry-rust-fun/src/main.rs:24
Function
health_check
()
synthetic-data-gen/src/main.rs:231
Function
hello
(name: String, age: u8)
rocket_fun/src/main.rs:5
Function
hello
(mut cx: FunctionContext)
neon-fun/my-project/native/src/lib.rs:6
Function
hello_world
()
mock_mocktopus_fun/src/main.rs:13
Function
hello_world
(_: &mut Request)
rust-docker/src/main.rs:8
Function
hello_world
()
salvo-fun/src/main.rs:4
Function
hex_color
(input: &str)
nom/src/main.rs:27
Function
hex_primary
(input: &str)
nom/src/main.rs:23
Function
inc
(args:VecDeque<String>)
lisp-parser/src/main.rs:5
Function
inc_test
()
lisp-parser/src/main.rs:104
Function
index
()
hello-rocket/src/main.rs:5
Function
index
()
rust-microservice/news-service/src/endpoints.rs:5
Function
index
()
hello-world-actix/src/main.rs:3
Function
index
()
open-telemetry-rust-fun/src/main.rs:16
Method
index
(&self, ix: usize)
twoway-fun/src/main.rs:14
Function
index2
()
hello-world-actix/src/main.rs:7
Function
index_page
(cx: Scope)
perseus-fun/my-app/src/templates/index.rs:4
Function
insert_news
(url:&String,desc:&String)
rust-microservice/news-service/src/service.rs:24
Function
insert_news
(info:web::Path<(String, String)>)
rust-microservice/news-service/src/endpoints.rs:36
Function
insert_news
(url:&String,desc:&String)
rust-microservice/news-dao/src/lib.rs:39
Function
into_iter
()
linked-lists-oh-boy/src/linkedlist.rs:102
Function
isEven
(n:i32)
futures-fun/src/main.rs:8
Function
is_even
(n:i32)
basic_lang/src/high_order_functions.rs:10
Function
is_hex_digit
(c: char)
nom/src/main.rs:19
Function
it_works
()
adder/tests/lib.rs:4
Method
layout
(&self, _: LayoutInfo<Self>)
azul_fun/src/main.rs:13
Function
list_cats
(data: web::Data<AppState>)
actix-web-tokio-rest/src/controller.rs:6
Function
list_news
()
rust-microservice/news-service/src/service.rs:20
Function
list_news
()
rust-microservice/news-service/src/endpoints.rs:10
Function
list_news
()
rust-microservice/news-dao/src/lib.rs:50
Function
main
()
arrays-fun/src/main.rs:4
Function
main
()
scipio-fun/src/main.rs:5
Function
main
()
test_proptest_fun/src/main.rs:37
Function
main
()
synthetic-data-gen/src/main.rs:240
Function
main
()
allocator/src/main.rs:27
Function
main
()
boxing-arena-fun/src/main.rs:4
Function
main
()
threads-rust-fun/src/main.rs:5
Function
main
()
from-trait-fun/src/main.rs:24
Function
main
()
surf-fun/src/main.rs:6
Function
main
()
md5-fun/src/main.rs:6
Function
main
()
macros/src/main.rs:18
Function
main
()
log_fun/src/main.rs:8
Function
main
()
dial9-fun/src/main.rs:6
Function
main
()
bf-tree-fun/src/main.rs:168
Function
main
()
bevy-pong/bevy_pong/src/main.rs:44
Function
main
()
collect-fun/src/main.rs:3
Function
main
()
rust-fun/futs.rs:3
Function
main
()
rust-fun/simple.rs:6
Function
main
()
borrow_and_ownership/src/main.rs:1
Function
main
()
oop-ish-rust/src/main.rs:22
← previous
next →
301–400 of 801, ranked by callers