Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SixArm/rust-quick-guide
/ functions
Functions
177 in github.com/SixArm/rust-quick-guide
⨍
Functions
177
◇
Types & classes
18
↓ 6 callers
Method
into
(self)
projects/topics/from_and_into_traits/src/main.rs:12
↓ 1 callers
Function
example_of_immutable_versus_mutable
()
projects/topics/the_borrow_checker/src/main.rs:1
↓ 1 callers
Function
example_of_serial_mutable_versus_parallel_mutable
()
projects/topics/the_borrow_checker/src/main.rs:13
↓ 1 callers
Function
fetch
(url: &str)
projects/topics/make_http_request_with_reqwest/src/main.rs:3
↓ 1 callers
Function
fetch
(url: &str)
projects/crates/reqwest/make_http_request/src/main.rs:3
↓ 1 callers
Function
foo
()
projects/topics/test_driven_development/src/main.rs:12
↓ 1 callers
Function
foo
(item: T)
projects/topics/trait_keyword/src/main.rs:13
↓ 1 callers
Function
hello
()
projects/topics/mod_hierarchy/src/main.rs:3
↓ 1 callers
Function
increment_with_pass_by_reference
(num: &mut i32)
projects/topics/pass_by_value_or_reference/src/main.rs:7
↓ 1 callers
Function
increment_with_pass_by_value
(mut num: i32)
projects/topics/pass_by_value_or_reference/src/main.rs:3
↓ 1 callers
Method
my_function
(&self)
projects/topics/sync_trait/src/main.rs:8
↓ 1 callers
Method
my_method
(&self)
projects/topics/trait_keyword/src/main.rs:8
↓ 1 callers
Function
parse_json
(json_string: &str)
projects/topics/parse_json_data_with_serde/src/main.rs:3
↓ 1 callers
Function
parse_json
(json_string: &str)
projects/crates/serde/parse_json_data/src/main.rs:3
↓ 1 callers
Method
say_hello
( &self, request: Request<HelloRequest>, )
projects/crates/tonic/hello_world/src/server.rs:23
↓ 1 callers
Method
speak
(&self)
projects/topics/dyn_trait_in_a_type_position/src/main.rs:8
Function
Hello
(cx: Scope)
projects/crates/sycamore/hello_world/src/main.rs:4
Function
Hello
(cx: Scope)
todo/projects/crates/sycamore/hello_world/src/main.rs:4
Function
a
(bench: &mut Bencher)
projects/topics/benchmark_times_with_bencher/benches/example.rs:5
Function
animate
Animate a sprite's rotation and scale
todo/projects/crates/bevy-sprite-animation/src/main.rs:28
Function
app
()
projects/crates/yew/hello_world/src/main.rs:4
Function
b
(bench: &mut Bencher)
projects/topics/benchmark_times_with_bencher/benches/example.rs:11
Function
cargo_run
()
projects/topics/make_http_request_with_reqwest/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/closures_for_iterators/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/string_types/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/regex_macro/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/search_text_file_lines_with_regex/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/pin_type/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/sync_trait/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/test_driven_development/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/memoize_a_function_with_cached/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/parse_json_data_with_serde/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/nested_or_pattern/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/from_and_into_traits/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/list_directories_with_walkdir/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/fizzbuzz/fizzbuzz_using_match_tuple/tests/integration_test.rs:3
Function
cargo_run
()
projects/topics/fizzbuzz/fizzbuzz_using_match_number/tests/integration_test.rs:3
Function
cargo_run
()
projects/topics/fizzbuzz/fizzbuzz_using_generic_trait/tests/integration_test.rs:3
Function
cargo_run
()
projects/topics/fizzbuzz/fizzbuzz_using_if_else/tests/integration_test.rs:3
Function
cargo_run
()
projects/topics/lifetimes/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/pass_by_value_or_reference/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/display_trait/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/read_a_spreadsheet_with_csv/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/the_borrow_checker/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/fibonacci/fibonacci_using_recursion/tests/integration_tests.rs:2
Function
cargo_run
()
projects/topics/trait_keyword/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/dyn_trait_in_a_type_position/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/mod_hierarchy/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/cow_type/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/access_a_database_with_rusqlite/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/send_trait/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/run_a_terminal_program_with_cursive/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/benchmark_times_with_bencher/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/parallel_iterate_with_rayon/tests/integration_test.rs:2
Function
cargo_run
()
projects/topics/hello_world/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/yew/hello_world/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/walkdir/list_entries/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/console/hello_world/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/assertables/values_strings_sets/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/epoll/tcp_listener/tests/integration_test.rs:3
Function
cargo_run
()
projects/crates/tui/terminal_draw_block/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/clap/derive_parser/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/clap/command_builder/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/cached/memoize/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/flume/spawn_and_sum/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/log/info_warn_error_debug/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/rusqlite/create_table_insert_into_select_from/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/reqwest/make_http_request/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/axum/hello_world/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/itertools/demo/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/gtk4/hello_world/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/strum/demo/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/textwrap/fill_wrap/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/prost/serialize_deserialize_protobuf/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/macroquad/hello_world/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/once_cell/lazy_static_regex/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/egui/hello_world_with_eframe/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/regex/demo/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/cursive/hello_world/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/tokio/http_server/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/sqlx/create_table_insert_into_select/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/rand/rng_gen_range/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/csv/read_a_spreadsheet_file/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/serde/parse_json_data/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/diesel/hello_world_with_sqlite/tests/integration_test.rs:2
Function
cargo_run
()
projects/crates/sycamore/hello_world/tests/integration_test.rs:2
Function
cargo_run
()
todo/projects/crates/bevy-sprite-animation/tests/integration_test.rs:2
Function
cargo_run
()
todo/projects/crates/tokio/hello_world_with_mini_redis/tests/integration_test.rs:2
Function
cargo_run_client
()
projects/crates/tonic/hello_world/tests/integration_test.rs:11
Function
cargo_run_server
()
projects/crates/tonic/hello_world/tests/integration_test.rs:2
Method
default
()
projects/crates/egui/hello_world_with_eframe/src/main.rs:23
Function
fibonacci
(n: usize)
projects/topics/memoize_a_function_with_cached/src/main.rs:4
Function
fibonacci
(n: i32)
projects/topics/fibonacci/fibonacci_using_recursion/src/main.rs:1
Function
fibonacci
(n: usize)
projects/crates/cached/memoize/src/main.rs:4
Method
fizzbuzz
(&self)
projects/topics/fizzbuzz/fizzbuzz_using_generic_trait/src/main.rs:10
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
projects/topics/display_trait/src/main.rs:9
Function
foo_test
Annotation: this function is a test
projects/topics/test_driven_development/src/main.rs:6
Method
from
(val: i32)
projects/topics/from_and_into_traits/src/main.rs:5
Function
hello
()
projects/crates/axum/hello_world/src/main.rs:4
Function
hello_world
(_req: Request<Body>)
projects/crates/hyper/hello_world/src/main.rs:6
next →
1–100 of 177, ranked by callers