Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Rust-High-Performance
/ functions
Functions
145 in github.com/PacktPublishing/Rust-High-Performance
⨍
Functions
145
◇
Types & classes
54
↓ 3 callers
Method
cmp
(&self, other: &Self)
Chapter07/example1.rs:46
↓ 3 callers
Method
execute
(self)
Chapter02/example2.rs:25
↓ 2 callers
Function
impl_methods
(ast: &DeriveInput, strategy: F)
Chapter09/example6/getset-derive/src/lib.rs:64
↓ 2 callers
Function
print
(data: I)
Chapter02/example1.rs:30
↓ 2 callers
Function
print_third
(slice: &[u32])
Chapter03/example3.rs:7
↓ 1 callers
Function
change_third
(slice: &mut [u32])
Chapter03/example3.rs:1
↓ 1 callers
Method
decode
(&mut self, buf: &mut BytesMut)
Chapter11/example4/src/main.rs:44
↓ 1 callers
Function
establish_connection
()
Chapter08/example11/src/main.rs:12
↓ 1 callers
Function
even_more_complex_function
(a: i32)
Chapter02/example5.rs:16
↓ 1 callers
Function
example_1
()
Chapter01/itertools/src/main.rs:11
↓ 1 callers
Function
example_2
()
Chapter01/itertools/src/main.rs:30
↓ 1 callers
Function
example_3
()
Chapter01/itertools/src/main.rs:40
↓ 1 callers
Function
example_4
()
Chapter01/itertools/src/main.rs:50
↓ 1 callers
Function
fibonacci
This library gives a function to calculate Fibonacci numbers. Gives the Fibonacci sequence number for the given index.
Chapter06/example3/src/lib.rs:4
↓ 1 callers
Function
get_argument
()
Chapter02/example5.rs:20
↓ 1 callers
Function
get_fields
(ast: &DeriveInput)
Chapter09/example6/getset-derive/src/lib.rs:13
↓ 1 callers
Function
grip_door
()
Chapter02/example3.rs:19
↓ 1 callers
Function
impl_type_name
(ast: &syn::DeriveInput)
Chapter09/example5/type-name-derive/src/lib.rs:20
↓ 1 callers
Function
is_the_bolt_in_place
()
Chapter02/example3.rs:7
↓ 1 callers
Function
is_the_car_in_place
()
Chapter02/example3.rs:4
↓ 1 callers
Method
main_logic
(self)
Chapter02/example2.rs:14
↓ 1 callers
Function
move_arm_to_car
()
Chapter02/example3.rs:13
↓ 1 callers
Function
move_arm_to_new_door
()
Chapter02/example3.rs:10
↓ 1 callers
Function
read_file
()
Chapter08/example7/src/main.rs:23
↓ 1 callers
Function
some_complex_computation
()
Chapter11/example1/src/main.rs:18
↓ 1 callers
Function
some_complex_function
()
Chapter02/example5.rs:12
↓ 1 callers
Function
turn_bolt
()
Chapter02/example3.rs:16
↓ 1 callers
Function
write_hello
()
Chapter04/example1.rs:73
Function
add_data
()
Chapter11/example8/src/main.rs:19
Function
bench_fibonacci_0
Benchmark the 0th sequence number.
Chapter06/example2/benches/example.rs:10
Function
bench_fibonacci_0
(b: &mut Bencher)
Chapter06/example1/src/lib.rs:55
Function
bench_fibonacci_1
Benchmark the 1st sequence number.
Chapter06/example2/benches/example.rs:15
Function
bench_fibonacci_1
(b: &mut Bencher)
Chapter06/example1/src/lib.rs:61
Function
bench_fibonacci_10
Benchmark the 10th sequence number.
Chapter06/example2/benches/example.rs:25
Function
bench_fibonacci_10
(b: &mut Bencher)
Chapter06/example1/src/lib.rs:73
Function
bench_fibonacci_2
Benchmark the 2nd sequence number.
Chapter06/example2/benches/example.rs:20
Function
bench_fibonacci_2
(b: &mut Bencher)
Chapter06/example1/src/lib.rs:67
Function
bench_fibonacci_20
Benchmark the 20th sequence number.
Chapter06/example2/benches/example.rs:30
Function
bench_fibonacci_20
(b: &mut Bencher)
Chapter06/example1/src/lib.rs:79
Method
build_hasher
(&self)
Chapter02/example7.rs:24
Function
calculate_var
------------
Chapter01/iterators.rs:141
Function
calculate_var2
------------
Chapter01/iterators.rs:147
Function
criterion_benchmark
(c: &mut Criterion)
Chapter06/example3/benches/example.rs:10
Method
decode_eof
(&mut self, buf: &mut BytesMut)
Chapter11/example4/src/main.rs:64
Method
default
()
Chapter03/example6.rs:11
Function
derive_getters
(input: TokenStream)
Chapter09/example6/getset-derive/src/lib.rs:41
Function
derive_setters
(input: TokenStream)
Chapter09/example6/getset-derive/src/lib.rs:53
Function
deserialize_date_type
(deserializer: D)
Chapter08/example3/src/main.rs:37
Method
drop
(&mut self)
Chapter10/example5.rs:8
Method
encode
(&mut self, chunk: Self::Item, buf: &mut BytesMut)
Chapter11/example4/src/main.rs:91
Method
eq
(&self, other: &Self)
Chapter07/example1.rs:40
Method
expecting
(&self, formatter: &mut fmt::Formatter)
Chapter08/example3/src/main.rs:49
Function
fibonacci
This library gives a function to calculate Fibonacci numbers. Gives the Fibonacci sequence number for the given index.
Chapter06/example2/src/lib.rs:4
Function
fibonacci
Gives the Fibonacci sequence number for the given index.
Chapter06/example1/src/lib.rs:6
Method
finish
(&self)
Chapter02/example7.rs:11
Method
fmt
(&self, f: &mut fmt::Formatter)
Chapter07/example1.rs:11
Method
from
(st: DoorMachine<WaitingCar>)
Chapter02/example3.rs:32
Method
from_bytes
(b: &[u8])
Chapter08/example4/src/main.rs:15
Function
generate_getter
(field: &syn::Field)
Chapter09/example6/getset-derive/src/lib.rs:91
Function
generate_setter
(field: &Field)
Chapter09/example6/getset-derive/src/lib.rs:79
Function
get_second
(slice: &[i32])
Chapter04/example1.rs:69
Method
hash
(&self, state: &mut H)
Chapter07/example2.rs:34
Function
index
()
Chapter08/example12/src/main.rs:7
Method
info
(&self)
Chapter02/example1.rs:18
Function
it_fibonacci
()
Chapter06/example1/src/lib.rs:37
Function
iterate_something
()
Chapter07/example4.rs:40
Function
main
()
Chapter04/example1.rs:30
Function
main
()
Chapter04/example2/src/main.rs:7
Function
main
()
Chapter07/example1.rs:20
Function
main
()
Chapter07/example2.rs:11
Function
main
()
Chapter07/example3.rs:18
Function
main
()
Chapter07/example4.rs:24
Function
main
()
Chapter03/example1.rs:1
Function
main
()
Chapter03/example2.rs:1
Function
main
()
Chapter03/example5.rs:16
Function
main
()
Chapter03/example3.rs:13
Function
main
()
Chapter03/example4.rs:10
Function
main
()
Chapter03/example6.rs:16
Function
main
()
Chapter01/iterators.rs:1
Function
main
()
Chapter01/itertools/src/main.rs:4
Function
main
()
Chapter10/example1.rs:3
Function
main
()
Chapter10/example9.rs:5
Function
main
()
Chapter10/example14.rs:5
Function
main
()
Chapter10/example2.rs:4
Function
main
()
Chapter10/example8.rs:4
Function
main
()
Chapter10/example5.rs:17
Function
main
()
Chapter10/example7.rs:3
Function
main
()
Chapter10/example3.rs:3
Function
main
()
Chapter10/example4.rs:3
Function
main
()
Chapter10/example12.rs:4
Function
main
()
Chapter10/example10.rs:5
Function
main
()
Chapter10/example13.rs:5
Function
main
()
Chapter10/example6.rs:5
Function
main
()
Chapter10/example11.rs:5
Function
main
()
Chapter10/example17/src/main.rs:3
Function
main
()
Chapter10/example18/src/main.rs:3
Function
main
()
Chapter10/example15/src/main.rs:8
Function
main
()
Chapter10/example19/src/main.rs:9
Function
main
()
Chapter10/example16/src/main.rs:9
Function
main
()
Chapter10/example20/src/main.rs:5
next →
1–100 of 145, ranked by callers