Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/100xdevs-bootcamp-1/Rust-Assignments
/ functions
Functions
1,131 in github.com/100xdevs-bootcamp-1/Rust-Assignments
⨍
Functions
1,131
◇
Types & classes
47
Method
len
(&self)
intermediate/src/medium/box_list.rs:23
Method
lookup
(&self, name: &str)
fundamentals/src/hard/mini_phonebook.rs:29
Method
name
(&self)
fundamentals/src/medium/trait_default.rs:25
Method
name
(&self)
intermediate/src/hard/trait_object_plugin.rs:22
Method
new
()
fundamentals/src/hard/mini_phonebook.rs:21
Method
new
()
fundamentals/src/hard/fibonacci_iter.rs:18
Method
new
(size: usize)
async/src/hard/thread_pool.rs:23
Method
new
(permits: usize)
async/src/hard/rate_limiter.rs:22
Method
new
(worker_count: usize)
async/src/hard/async_task_queue.rs:20
Method
new
()
async/src/hard/task_scheduler.rs:20
Method
new
(data: [[T; C]; R])
intermediate/src/hard/const_generics_matrix.rs:17
Method
new
()
intermediate/src/hard/bump_allocator.rs:18
Method
new
()
intermediate/src/hard/trait_object_plugin.rs:36
Method
new
()
intermediate/src/hard/packed_flags.rs:18
Method
new
(start: i32, end: i32, step: i32)
intermediate/src/medium/range_step.rs:19
Method
new
(initial: i32)
intermediate/src/medium/refcell_counter.rs:20
Method
new
(initial: f64)
intermediate/src/easy/module_visibility.rs:17
Method
next
(&mut self)
intermediate/src/medium/range_step.rs:27
Function
parse_age
(input: &str)
intermediate/src/easy/type_alias_result.rs:24
Function
parse_and_add
(a: &str, b: &str)
fundamentals/src/medium/error_propagation.rs:13
Function
parse_int
(s: &str)
fundamentals/src/easy/parse_int.rs:11
Method
poll
(mut self: Pin<&mut Self>, _cx: &mut Context<'_>)
async/src/hard/manual_future.rs:23
Function
print_area
(shape: &dyn Shape)
fundamentals/src/medium/trait_area.rs:36
Function
reverse_string
(s: &str)
fundamentals/src/easy/reverse_string.rs:11
Function
rotate_left
(arr: [u8; 8], count: usize)
intermediate/src/medium/fixed_arrays_rotate.rs:12
Method
run
(&self, input: i32)
intermediate/src/hard/trait_object_plugin.rs:23
Method
run_all
(&self, input: i32)
intermediate/src/hard/trait_object_plugin.rs:44
Function
sum_of_squares
(values: &[i32])
fundamentals/src/easy/sum_of_squares.rs:11
Function
swap_tuple
(t: (i32, i32))
fundamentals/src/easy/tuple_swap.rs:10
Function
task1
()
async/tests/concurrent_compute_test.rs:3
Function
task2
()
async/tests/concurrent_compute_test.rs:4
Function
test_0f
()
intermediate/tests/extract_nibbles_test.rs:24
Function
test_0x0102
()
intermediate/tests/from_vec_payload_test.rs:54
Function
test_1000_meters_is_1_km
()
intermediate/tests/newtype_wrapper_test.rs:27
Function
test_10_consecutive_same
()
async/tests/pipeline_test.rs:55
Function
test_10_iterations_no_deadlock
()
async/tests/rwlock_config_test.rs:29
Function
test_12
()
intermediate/tests/extract_nibbles_test.rs:29
Function
test_1x1
()
fundamentals/tests/matrix_transpose_test.rs:34
Function
test_1x3_matrix
()
intermediate/tests/const_generics_matrix_test.rs:18
Function
test_200_celsius
()
fundamentals/tests/celsius_fahrenheit_test.rs:45
Function
test_200_celsius
()
intermediate/tests/from_into_test.rs:54
Function
test_20_iterations
()
async/tests/rwlock_config_test.rs:54
Function
test_2x2_matrix
()
intermediate/tests/const_generics_matrix_test.rs:4
Function
test_2x3
()
fundamentals/tests/matrix_transpose_test.rs:4
Function
test_2x3_matrix
()
intermediate/tests/const_generics_matrix_test.rs:42
Function
test_3x3
()
fundamentals/tests/matrix_transpose_test.rs:39
Function
test_3x3_center
()
intermediate/tests/const_generics_matrix_test.rs:60
Function
test_500_meters
()
intermediate/tests/newtype_wrapper_test.rs:43
Function
test_ab
()
intermediate/tests/extract_nibbles_test.rs:4
Function
test_above_freezing
()
intermediate/tests/from_into_test.rs:60
Function
test_accumulation
()
async/tests/task_scheduler_test.rs:131
Function
test_acquire_reduces_permits
()
async/tests/rate_limiter_test.rs:50
Function
test_active_crates
()
intermediate/tests/workspace_deps_test.rs:4
Function
test_add
()
fundamentals/tests/enum_calculator_test.rs:4
Function
test_add_and_lookup
()
fundamentals/tests/mini_phonebook_test.rs:4
Function
test_add_large
()
intermediate/tests/newtype_wrapper_test.rs:49
Function
test_add_meters
()
intermediate/tests/newtype_wrapper_test.rs:10
Function
test_add_negative
()
intermediate/tests/newtype_wrapper_test.rs:38
Function
test_add_one
()
async/tests/parallel_map_test.rs:28
Function
test_add_one_only
()
intermediate/tests/trait_object_plugin_test.rs:32
Function
test_add_one_twice
()
intermediate/tests/trait_object_plugin_test.rs:52
Function
test_add_ten
()
fundamentals/tests/apply_twice_test.rs:34
Function
test_add_zero
()
fundamentals/tests/enum_calculator_test.rs:29
Function
test_add_zeros
()
intermediate/tests/newtype_wrapper_test.rs:33
Function
test_all_above
()
fundamentals/tests/borrow_count_test.rs:14
Function
test_all_different_letters
()
fundamentals/tests/hashmap_groupby_test.rs:33
Function
test_all_equal
()
fundamentals/tests/generic_find_max_test.rs:30
Function
test_all_equal
()
fundamentals/tests/borrow_count_test.rs:49
Function
test_all_negative
()
fundamentals/tests/generic_find_max_test.rs:35
Function
test_all_ones
()
fundamentals/tests/sum_of_squares_test.rs:29
Function
test_all_ones
()
fundamentals/tests/array_sum_test.rs:24
Function
test_all_positive
()
async/tests/async_producer_consumer_test.rs:45
Function
test_all_same
()
fundamentals/tests/first_and_last_test.rs:29
Function
test_all_same
()
fundamentals/tests/sum_of_squares_test.rs:44
Function
test_all_same
()
fundamentals/tests/slice_average_test.rs:31
Function
test_all_same
()
fundamentals/tests/array_sum_test.rs:44
Function
test_all_same
()
fundamentals/tests/unique_elements_test.rs:19
Function
test_all_same
()
fundamentals/tests/string_compression_test.rs:24
Function
test_all_same
()
fundamentals/tests/running_sum_test.rs:29
Function
test_all_same
()
async/tests/threaded_sum_test.rs:35
Function
test_all_same
()
intermediate/tests/byte_checksum_test.rs:19
Function
test_all_set
()
intermediate/tests/packed_flags_test.rs:36
Function
test_all_unique
()
fundamentals/tests/word_counter_test.rs:30
Function
test_all_zeros
()
fundamentals/tests/slice_average_test.rs:37
Function
test_all_zeros
()
fundamentals/tests/matrix_transpose_test.rs:59
Function
test_all_zeros
()
fundamentals/tests/running_sum_test.rs:24
Function
test_all_zeros
()
async/tests/threaded_sum_test.rs:30
Function
test_all_zeros
()
intermediate/tests/byte_checksum_test.rs:34
Function
test_alloc_ok
()
intermediate/tests/bump_allocator_test.rs:4
Function
test_alloc_one_byte
()
intermediate/tests/bump_allocator_test.rs:48
Function
test_alloc_returns_correct_length
()
intermediate/tests/bump_allocator_test.rs:71
Function
test_alpha
()
fundamentals/tests/char_classifier_test.rs:4
Function
test_already_contains_world
()
fundamentals/tests/append_world_test.rs:24
Function
test_alternating
()
fundamentals/tests/string_compression_test.rs:49
Function
test_amount_preserved
()
intermediate/tests/solana_discriminator_test.rs:46
Function
test_area
()
fundamentals/tests/rectangle_test.rs:4
Function
test_area_commutative
()
fundamentals/tests/rectangle_test.rs:52
Function
test_area_fractional
()
fundamentals/tests/rectangle_test.rs:46
Function
test_area_large
()
fundamentals/tests/rectangle_test.rs:28
Function
test_array
()
intermediate/tests/json_enum_test.rs:20
← previous
next →
101–200 of 1,131, ranked by callers