Brian L. Troutwine - Hands-On Concurrency with Rust - 2018
Torrent Information
DetailsGlobal Parameters
Identification Hash
F97983F267F3BFCC3793DA91CC338786CB349D4D
Community Trust & Feedback
Files (124)
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018
124 files • 9.13 MB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018.epub
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Brian L. Troutwine - Hands-On Concurrency with Rust - 2018.epub
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018.mobi
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Brian L. Troutwine - Hands-On Concurrency with Rust - 2018.mobi
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018.pdf
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Brian L. Troutwine - Hands-On Concurrency with Rust - 2018.pdf
Hands-OnConcurrencywithRust_Code
121 files • 412.71 KB
Chapter02
16 files • 16.85 KB
hello_worlds
2 files • 168 Bytes
parallel_hello_world.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/hello_worlds/parallel_hello_world.rs
sequential_hello_world.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/hello_worlds/sequential_hello_world.rs
naive_hashmap
14 files • 16.69 KB
.gitignore
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/.gitignore
benches
3 files • 5.12 KB
naive.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/benches/naive.rs
specialized.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/benches/specialized.rs
standard.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/benches/standard.rs
Cargo.toml
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/Cargo.toml
resources
3 files • 123 Bytes
in
3 files • 123 Bytes
gets
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/resources/in/gets
mixed_gets_puts
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/resources/in/mixed_gets_puts
puts
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/resources/in/puts
src
6 files • 10.99 KB
bin
5 files • 5.46 KB
naive.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/src/bin/naive.rs
naive_interpreter.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/src/bin/naive_interpreter.rs
specialized.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/src/bin/specialized.rs
specialized_interpreter.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/src/bin/specialized_interpreter.rs
standard.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/src/bin/standard.rs
lib.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/src/lib.rs
Chapter03
11 files • 5.41 KB
allocs
11 files • 5.41 KB
alloc_string_move_lifetimes.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/alloc_string_move_lifetimes.rs
apollo_cell_example.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/apollo_cell_example.rs
blow_up.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/blow_up.rs
borrow_split_array.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/borrow_split_array.rs
borrow_split_array_refs.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/borrow_split_array_refs.rs
borrow_split_array_refs_unsafe.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/borrow_split_array_refs_unsafe.rs
borrow_split_struct.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/borrow_split_struct.rs
copy_struct.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/copy_struct.rs
flights_total.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/flights_total.rs
flights_total_copy.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/flights_total_copy.rs
no_size_slice.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/no_size_slice.rs
Chapter04
18 files • 17.72 KB
data_races
4 files • 7.98 KB
data_race00.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/data_races/data_race00.rs
data_race01.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/data_races/data_race01.rs
data_race02.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/data_races/data_race02.rs
data_race03.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/data_races/data_race03.rs
telem
14 files • 9.74 KB
.rustfmt.toml
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/.rustfmt.toml
Cargo.toml
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/Cargo.toml
src
12 files • 9.47 KB
bin
1 files • 1.4 KB
telem.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/bin/telem.rs
egress
3 files • 2.54 KB
ckms_egress.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/egress/ckms_egress.rs
cma_egress.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/egress/cma_egress.rs
mod.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/egress/mod.rs
emitter
1 files • 982 Bytes
mod.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/emitter/mod.rs
event.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/event.rs
filter
3 files • 1.69 KB
high_filter.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/filter/high_filter.rs
low_filter.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/filter/low_filter.rs
mod.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/filter/mod.rs
ingest_point.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/ingest_point.rs
lib.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/lib.rs
util.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/util.rs
Chapter05
11 files • 17.44 KB
data_races
4 files • 7.98 KB
data_race00.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/data_races/data_race00.rs
data_race01.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/data_races/data_race01.rs
data_race02.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/data_races/data_race02.rs
data_race03.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/data_races/data_race03.rs
hopper_example
2 files • 1.24 KB
Cargo.toml
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/hopper_example/Cargo.toml
src
1 files • 1.09 KB
main.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/hopper_example/src/main.rs
locks_examples
5 files • 8.22 KB
bridge_problem.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/locks_examples/bridge_problem.rs
condvar_example01.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/locks_examples/condvar_example01.rs
rocket_problem.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/locks_examples/rocket_problem.rs
rwlock_example00.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/locks_examples/rwlock_example00.rs
writer_example01.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/locks_examples/writer_example01.rs
Chapter06
14 files • 16.05 KB
mpmc
2 files • 1.18 KB
Cargo.toml
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/mpmc/Cargo.toml
src
1 files • 1.06 KB
main.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/mpmc/src/main.rs
synchro
12 files • 14.87 KB
Cargo.toml
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/Cargo.toml
src
11 files • 14.33 KB
bin
7 files • 5.95 KB
crossbeam_queue_spin.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/bin/crossbeam_queue_spin.rs
mutex_status_demo.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/bin/mutex_status_demo.rs
queue_spin.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/bin/queue_spin.rs
semaphore_demo.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/bin/semaphore_demo.rs
spin_mutex_status_demo.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/bin/spin_mutex_status_demo.rs
status_demo.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/bin/status_demo.rs
swap_mutex.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/bin/swap_mutex.rs
lib.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/lib.rs
queue.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/queue.rs
semaphore.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/semaphore.rs
swap_mutex.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/swap_mutex.rs
Chapter07
6 files • 6.6 KB
treiber_stacks
6 files • 6.6 KB
Cargo.toml
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter07/treiber_stacks/Cargo.toml
src
5 files • 6.17 KB
bin
3 files • 3.97 KB
conc_stack.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter07/treiber_stacks/src/bin/conc_stack.rs
epoch_stack.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter07/treiber_stacks/src/bin/epoch_stack.rs
refcount.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter07/treiber_stacks/src/bin/refcount.rs
lib.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter07/treiber_stacks/src/lib.rs
refcount.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter07/treiber_stacks/src/refcount.rs
Chapter08
18 files • 45.62 KB
feruscore
7 files • 20.75 KB
.gitignore
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/feruscore/.gitignore
Cargo.toml
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/feruscore/Cargo.toml
src
5 files • 20.55 KB
individual
2 files • 7.14 KB
mod.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/feruscore/src/individual/mod.rs
ringers.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/feruscore/src/individual/ringers.rs
instruction.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/feruscore/src/instruction.rs
lib.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/feruscore/src/lib.rs
main.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/feruscore/src/main.rs
fixed_threads_tcp_server
3 files • 5.96 KB
Cargo.toml
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/fixed_threads_tcp_server/Cargo.toml
src
2 files • 5.7 KB
bin
2 files • 5.7 KB
client.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/fixed_threads_tcp_server/src/bin/client.rs
server.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/fixed_threads_tcp_server/src/bin/server.rs
overwhelmed_tcp_server
3 files • 5.61 KB
Cargo.toml
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/overwhelmed_tcp_server/Cargo.toml
src
2 files • 5.38 KB
bin
2 files • 5.38 KB
client.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/overwhelmed_tcp_server/src/bin/client.rs
server.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/overwhelmed_tcp_server/src/bin/server.rs
smalliters
2 files • 4.11 KB
Cargo.toml
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/smalliters/Cargo.toml
src
1 files • 3.99 KB
lib.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/smalliters/src/lib.rs
sniffer
3 files • 9.2 KB
Cargo.toml
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/sniffer/Cargo.toml
src
2 files • 9.02 KB
bin
2 files • 9.02 KB
poor_threading.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/sniffer/src/bin/poor_threading.rs
sniffer.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/sniffer/src/bin/sniffer.rs
Chapter09
25 files • 89.28 KB
embed_quantiles
4 files • 2.13 KB
c_src
1 files • 643 Bytes
main.c
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/embed_quantiles/c_src/main.c
Cargo.toml
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/embed_quantiles/Cargo.toml
Makefile
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/embed_quantiles/Makefile
src
1 files • 704 Bytes
lib.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/embed_quantiles/src/lib.rs
feruscore
15 files • 81.64 KB
benches
1 files • 623 Bytes
mars_bench.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/feruscore/benches/mars_bench.rs
build.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/feruscore/build.rs
c_src
4 files • 36.63 KB
insn.h
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/feruscore/c_src/insn.h
insn_help.h
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/feruscore/c_src/insn_help.h
sim.c
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/feruscore/c_src/sim.c
sim.h
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/feruscore/c_src/sim.h
Cargo.toml
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/feruscore/Cargo.toml
src
7 files • 43.63 KB
bin
2 files • 12.15 KB
feruscore.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/feruscore/src/bin/feruscore.rs
fuzz_target.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/feruscore/src/bin/fuzz_target.rs
individual
2 files • 6.93 KB
mod.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/feruscore/src/individual/mod.rs
ringers.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/feruscore/src/individual/ringers.rs
instruction.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/feruscore/src/instruction.rs
lib.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/feruscore/src/lib.rs
mars.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/feruscore/src/mars.rs
TODO
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/feruscore/TODO
sniffer
3 files • 4.85 KB
Cargo.toml
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/sniffer/Cargo.toml
examples
1 files • 371 Bytes
pulse.lua
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/sniffer/examples/pulse.lua
src
1 files • 4.32 KB
bin
1 files • 4.32 KB
sniffer.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/sniffer/src/bin/sniffer.rs
zero_count
3 files • 677 Bytes
Cargo.toml
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/zero_count/Cargo.toml
src
1 files • 251 Bytes
lib.rs
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/zero_count/src/lib.rs
zero_count.py
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/zero_count/zero_count.py
README.txt
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/README.txt
Software Hardware List.pdf
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Software Hardware List.pdf
Trackers (11)
udp://tracker.bitsearch.to:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.uw0.xyz:6969/announce
udp://tracker.moeking.me:6969/announce
udp://tracker.openbittorrent.com:80/announce
udp://open.stealth.si:80/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker4.itzmx.com:2710/announce
udp://retracker.lanta-net.ru:2710/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
Similar Torrents 15
Based on tags and category