MCPcopy Create free account

hub / github.com/PacktPublishing/The-Complete-Rust-Programming-Reference-Guide / functions

Functions707 in github.com/PacktPublishing/The-Complete-Rust-Programming-Reference-Guide

Functionbench_vec_append
(b: &mut Bencher)
Chapter14/src/lib.rs:99
Functionbench_vec_find
(b: &mut Bencher)
Chapter14/src/lib.rs:64
Functionbetter_transaction_log_append
()
Chapter14/src/lib.rs:155
Functionbetter_transaction_log_iterator
()
Chapter14/src/lib.rs:200
Functionbetter_transaction_log_pop
()
Chapter14/src/lib.rs:178
Functionbinary_heap_add
()
Chapter15/src/lib.rs:408
Functionbinary_heap_pop
()
Chapter15/src/lib.rs:419
Functionbinary_search
(haystack: &[T], needle: &T)
Chapter20/src/lib.rs:38
Functionbinary_search_tree_add
()
Chapter15/src/lib.rs:189
Functionbinary_search_tree_find
()
Chapter15/src/lib.rs:225
Functionbinary_search_tree_walk_in_order
()
Chapter15/src/lib.rs:202
Functionbox_ref
(b: T)
Chapter05/box_basics.rs:3
Functionbtree_add
()
Chapter15/src/lib.rs:598
Functionbtree_find
()
Chapter15/src/lib.rs:636
Functionbtree_walk_in_order
()
Chapter15/src/lib.rs:613
Methodcause
(&self)
Chapter06/todolist_parser/src/error.rs:37
Methodcause
(&self)
Chapter05/todolist_parser/src/error.rs:37
Functioncomplex_addition
()
Chapter04/complex/src/lib.rs:52
Functioncomplex_basics
()
Chapter04/complex/src/lib.rs:44
Functioncomplex_display
()
Chapter04/complex/src/lib.rs:68
Functioncomplex_from
()
Chapter04/complex/src/lib.rs:60
Methodconnected
(&self, from: KeyType, degree: usize)
Chapter15/src/graph.rs:172
Functioncount_words
(mut cx: FunctionContext)
Chapter10/native_counter/native/src/lib.rs:8
Methoddescription
(&self)
Chapter06/todolist_parser/src/error.rs:33
Methoddescription
(&self)
Chapter05/todolist_parser/src/error.rs:33
Functiondouble
(val: usize)
Chapter06/using_map.rs:11
Functiondouble
(val: usize)
Chapter05/using_map.rs:11
Methoddrive
(&self)
Chapter07/ufcs.rs:4
Methoddrop
(&mut self)
Chapter05/drop.rs:8
Functiondynamic_array_append
()
Chapter14/src/lib.rs:290
Functiondynamic_array_at
()
Chapter14/src/lib.rs:300
Functiondynamic_array_iterate
()
Chapter14/src/lib.rs:313
Methodedges
(&self)
Chapter15/src/graph.rs:69
Methodeq
(&self, other: &Node)
Chapter15/src/red_black_tree.rs:37
Methodeq
(&self, other: &Node)
Chapter15/src/trie.rs:26
Methodeq
(&self, other: &Node<K>)
Chapter16/src/set.rs:34
Functionfibonacci_benchmark
(c: &mut Criterion)
Chapter03/criterion_demo/benches/fibonacci.rs:10
Methodfill
(&self, items: Vec<&Item>)
Chapter21/src/knapsack.rs:30
Methodfind
(&self, id: KeyType)
Chapter15/src/btree.rs:248
Methodfind
(&self, numerical_id: u64)
Chapter15/src/red_black_tree.rs:359
Methodfind
(&self, numerical_id: u64)
Chapter15/src/binary_search_tree.rs:55
Functionfind_words
(src: &str, suffix: &str)
Chapter10/word_suffix/src/lib.rs:18
Methodfmt
(&self, f: &mut Formatter)
Chapter04/complex/src/lib.rs:35
Methodfmt
(&self, f: &mut std::fmt::Formatter)
Chapter14/src/skip_list.rs:157
Methodfmt
(&self, f: &mut fmt::Formatter)
Chapter06/todolist_parser/src/error.rs:20
Methodfmt
(&self, f: &mut fmt::Formatter)
Chapter05/todolist_parser/src/error.rs:20
Methodfmt
(&self, f: &mut fmt::Formatter)
Chapter11/slog_demo/src/weapon.rs:25
Methodfrom
(value: (T, T))
Chapter04/complex/src/lib.rs:27
Functiongeneric
(val: &Foo)
Chapter07/object_safety.rs:7
Methodget_area
(&self)
Chapter04/trait_objects.rs:15
Methodget_friends
(&self)
Chapter01/struct_methods.rs:18
Methodget_num
(&self)
Chapter05/lifetime_impls.rs:9
Methodget_todos
(path: P)
Chapter06/todolist_parser/src/lib.rs:21
Methodget_todos
(path: P)
Chapter05/todolist_parser/src/lib.rs:21
Functiongraph_find_shortest_path
()
Chapter15/src/lib.rs:672
Functiongraph_insert_edges
()
Chapter15/src/lib.rs:661
Functiongraph_neighbors
()
Chapter15/src/lib.rs:698
Functionhalf_adder
This function implements a half adder using primitive gates
Chapter03/logic_gates/tests/half_adder.rs:18
Methodhandle
(&mut self, _new_link: GetLinks, _: &mut Self::Context)
Chapter13/linksnap/src/state.rs:59
Methodhandle
(&mut self, msg: Add, _: &mut Self::Context)
Chapter08/actor_demo/src/main.rs:25
Functionhandle_client
(client: TcpStream)
Chapter12/rudis_async/src/main.rs:42
Functionhash_map_get
()
Chapter16/src/lib.rs:346
Functionhash_map_insert
()
Chapter16/src/lib.rs:298
Functionhash_map_remove
()
Chapter16/src/lib.rs:320
Functionhashcode_test
()
Chapter16/src/lib.rs:162
Methodhello
()
Chapter02/my_program/foo/bar.rs:5
Methodinc
(&mut self)
Chapter08/threads_sharing.rs:19
Functionindex
(_req: HttpRequest<State>)
Chapter13/linksnap/src/route_handlers.rs:21
Methodinit
()
Chapter13/linksnap/src/state.rs:37
Methodinit
()
Chapter02/modules_demo/foo.rs:6
Methodinto_iter
(self)
Chapter14/src/dynamic_array.rs:58
Methodinto_iter
(self)
Chapter14/src/doubly_linked_list.rs:82
Functioninto_map_derive
(input: TokenStream)
Chapter09/into_map_demo/into_map_derive/src/lib.rs:8
Methodis_a_valid_btree
(&self)
Chapter15/src/btree.rs:213
Methodis_a_valid_red_black_tree
(&self)
Chapter15/src/red_black_tree.rs:114
Functionjump_search
( haystack: &[T], needle: &T, jump_size: usize, )
Chapter20/src/lib.rs:15
Functionlevenshtein_safe
(a: &str, b: &str)
Chapter10/edit_distance/src/lib.rs:8
Functionlinks
(req: HttpRequest<State>)
Chapter13/linksnap/src/route_handlers.rs:38
Methodload_global_config
()
Chapter11/log4rs_demo/my_lib/src/lib.rs:9
Functionmain
()
Chapter04/trait_bound_intro_fixed.rs:29
Functionmain
()
Chapter04/impl_trait_closure.rs:7
Functionmain
()
Chapter04/unusable_str.rs:3
Functionmain
()
Chapter04/let_pattern_wrapper.rs:3
Functionmain
()
Chapter04/generic_function.rs:7
Functionmain
()
Chapter04/trait_bound_basics.rs:7
Functionmain
()
Chapter04/trait_objects.rs:26
Functionmain
()
Chapter04/trait_bounds_types.rs:16
Functionmain
()
Chapter04/generic_enum.rs:8
Functionmain
()
Chapter04/generic_struct_impl.rs:13
Functionmain
()
Chapter04/expressions.rs:7
Functionmain
()
Chapter04/generic_struct.rs:19
Functionmain
()
Chapter04/trait_bound_basics_fixed.rs:9
Functionmain
()
Chapter04/using_generic_vec.rs:3
Functionmain
()
Chapter04/creating_generic_vec.rs:1
Functionmain
()
Chapter04/trait_inheritance.rs:28
Functionmain
()
Chapter04/impl_trait_both.rs:9
Functionmain
()
Chapter04/trait_bound_functions.rs:25
Functionmain
()
Chapter04/impl_trait_syntax.rs:9
Functionmain
()
Chapter04/trait_bound_intro.rs:13
Functionmain
()
Chapter04/using_generic_func.rs:5
← previousnext →301–400 of 707, ranked by callers