<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix1/break_return_value.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix1/dst_intro.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix1/extern_crate.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix1/format_strings.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix1/fully_qualified_syntax.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix1/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix1/items_in_main.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix1/let_chains.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix1/multiline_raw_strings.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix1/number_literals.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix1/panic_todo_unimplemented_unreachable.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix1/rc_cycle_weak.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix1/ref_pattern_match_ergonomics.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix1/short_circuit.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix1/struct_update_syntax.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix2/async_closures.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix2/gat.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix2/hrtb.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix2/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix2/lifetime_outlives_lifetime.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix2/phantom_markers.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix2/use_bound.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/appendix2/variance.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/arithmetic_operators.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/basic_types.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/char.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/comments.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/comparison_operators.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/compound_assignment.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/continue.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/else.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/else_if.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/escape_characters.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/first_program.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/for_range.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/if.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/if_expression.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/install_rust.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/let_mut.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/logical_operators.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/loop_break.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/nested_loops.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/number_types.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/operator_precedence.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/parse.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/practice.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/scope.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/stdin.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/variables_and_output.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter1/while.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/as.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/associated_const.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/attributes.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/cfg_macro.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/const_fn.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/const_generics.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/default_params.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/dyn_compatibility.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/dyn_trait.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/enum_discriminant.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/extern.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/lazy_lock.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/macro_rules.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/never_type.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/operator_overload.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/proc_macro.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/static.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/union.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter10/unsafe.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter11/as_ref.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter11/catch_unwind.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter11/env_process.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter11/error_trait.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter11/hash_map.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter11/hash_set.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter11/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter11/io.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter11/ordering_sort.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter11/other_collections.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter11/path.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter11/string_methods.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter11/thiserror_anyhow.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/async_as_an_effect.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/async_block.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/async_fn_returns_future.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/async_read_write.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/async_recursion.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/async_sync_primitives.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/await_delay.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/back_to_tokio.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/delay_future.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/first_async_program.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/future_trait.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/graceful_shutdown.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/join.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/join_handle.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/joinset_futures_unordered.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/mio.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/mpsc.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/naive_join.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/oneshot_watch_broadcast.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/other_runtimes.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/pin_macro.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/reactor.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/select.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/self_referential.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/semaphore.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/spawn_blocking.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/spawn_ready_queue.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/state_machine.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/stream.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/testing_async.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/unpin.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/waker.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/why_async.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter12/why_pin.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter2/array_basic.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter2/array_iteration.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter2/const.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter2/debug_format.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter2/early_return.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter2/function_basic.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter2/function_params.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter2/function_return.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter2/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter2/recursion.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter2/shadowing.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter2/slice.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter2/slice_as_param.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter2/str.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter2/tuple.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter2/underscore.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/associated_function.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/at_binding.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/block_expression.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/capital_self.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/dot_dot_ignore.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/enum_c_style.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/enum_struct_data.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/enum_tuple_data.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/field_shorthand.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/for_destructure.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/function_param_destructure.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/if_let.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/let_destructure_struct.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/let_destructure_tuple.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/let_else.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/match_as_expression.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/match_c_style_enum.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/match_extract_struct_variant.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/match_extract_tuple_variant.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/match_guard.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/method.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/multiple_values.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/nested_pattern_matching.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/range_pattern.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/slice_pattern.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/struct_named_fields.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/tuple_pattern.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/tuple_struct_unit_struct.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/while_let.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter3/wildcard.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter4/borrowing.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter4/borrowing_rules.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter4/copy.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter4/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter4/move_and_clone.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter4/mutable_borrowing.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter4/ownership.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter4/ref_self.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter4/stack_and_heap.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter4/string.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter4/string_vs_str.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter4/trait.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter4/vec.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter4/vec_and_ownership.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/associated_type.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/box.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/cell.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/common_derive_traits.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/cow.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/deref.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/display.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/drop.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/from_into.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/generic_enum.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/generic_function.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/generic_impl.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/generic_struct.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/impl_trait.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/lifetime_basics.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/lifetime_bound.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/lifetime_elision.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/lifetime_types.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/multi_param_trait.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/multiple_bounds_where.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/option.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/option_methods.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/placeholder_type.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/question_mark.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/rc.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/refcell.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/result.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/supertrait.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/trait_bound.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/trait_default_impl.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/turbofish.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/type_alias.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter5/use.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter6/aggregation.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter6/closure_basics.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter6/closure_inference.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter6/collect.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter6/combine_and_slice.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter6/fn_traits.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter6/for_loop_rewrite.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter6/function_pointer.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter6/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter6/into_iter_iter_mut_iter.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter6/iterator_trait.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter6/lazy_evaluation.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter6/manual_closure.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter6/move_closure.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter6/option_result_closure_methods.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter6/transform_and_filter.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter7/cargo_and_crates_io.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter7/cargo_publish.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter7/cargo_test.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter7/doc_comments.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter7/file_mod.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter7/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter7/mod.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter7/orphan_rule.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter7/pub.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter7/pub_use.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter7/use.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter9/arc.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter9/atomic.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter9/deadlock.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter9/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter9/mpsc.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter9/mutex.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter9/pointer.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter9/poisoning.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter9/rc_multithread.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter9/refcell_multithread.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter9/rwlock.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter9/send_sync.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter9/thread_scope.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/chapter9/thread_spawn.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/foreword.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/en/toc.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix1/break_return_value.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix1/dst_intro.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix1/extern_crate.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix1/format_strings.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix1/fully_qualified_syntax.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix1/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix1/items_in_main.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix1/let_chains.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix1/multiline_raw_strings.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix1/number_literals.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix1/panic_todo_unimplemented_unreachable.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix1/rc_cycle_weak.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix1/ref_pattern_match_ergonomics.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix1/short_circuit.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix1/struct_update_syntax.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix2/async_closures.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix2/gat.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix2/hrtb.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix2/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix2/lifetime_outlives_lifetime.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix2/phantom_markers.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix2/use_bound.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/appendix2/variance.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/arithmetic_operators.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/basic_types.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/char.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/comments.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/comparison_operators.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/compound_assignment.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/continue.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/else.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/else_if.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/escape_characters.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/first_program.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/for_range.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/if.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/if_expression.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/install_rust.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/let_mut.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/logical_operators.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/loop_break.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/nested_loops.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/number_types.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/operator_precedence.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/parse.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/practice.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/scope.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/stdin.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/variables_and_output.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter1/while.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/as.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/associated_const.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/attributes.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/cfg_macro.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/const_fn.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/const_generics.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/default_params.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/dyn_compatibility.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/dyn_trait.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/enum_discriminant.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/extern.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/lazy_lock.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/macro_rules.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/never_type.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/operator_overload.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/proc_macro.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/static.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/union.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter10/unsafe.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter11/as_ref.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter11/catch_unwind.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter11/env_process.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter11/error_trait.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter11/hash_map.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter11/hash_set.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter11/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter11/io.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter11/ordering_sort.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter11/other_collections.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter11/path.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter11/string_methods.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter11/thiserror_anyhow.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/async_as_an_effect.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/async_block.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/async_fn_returns_future.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/async_read_write.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/async_recursion.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/async_sync_primitives.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/await_delay.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/back_to_tokio.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/delay_future.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/first_async_program.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/future_trait.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/graceful_shutdown.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/join.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/join_handle.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/joinset_futures_unordered.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/mio.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/mpsc.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/naive_join.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/oneshot_watch_broadcast.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/other_runtimes.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/pin_macro.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/reactor.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/select.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/self_referential.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/semaphore.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/spawn_blocking.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/spawn_ready_queue.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/state_machine.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/stream.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/testing_async.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/unpin.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/waker.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/why_async.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter12/why_pin.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter2/array_basic.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter2/array_iteration.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter2/const.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter2/debug_format.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter2/early_return.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter2/function_basic.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter2/function_params.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter2/function_return.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter2/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter2/recursion.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter2/shadowing.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter2/slice.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter2/slice_as_param.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter2/str.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter2/tuple.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter2/underscore.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/associated_function.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/at_binding.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/block_expression.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/capital_self.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/dot_dot_ignore.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/enum_c_style.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/enum_struct_data.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/enum_tuple_data.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/field_shorthand.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/for_destructure.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/function_param_destructure.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/if_let.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/let_destructure_struct.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/let_destructure_tuple.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/let_else.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/match_as_expression.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/match_c_style_enum.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/match_extract_struct_variant.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/match_extract_tuple_variant.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/match_guard.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/method.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/multiple_values.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/nested_pattern_matching.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/range_pattern.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/slice_pattern.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/struct_named_fields.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/tuple_pattern.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/tuple_struct_unit_struct.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/while_let.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter3/wildcard.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter4/borrowing.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter4/borrowing_rules.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter4/copy.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter4/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter4/move_and_clone.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter4/mutable_borrowing.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter4/ownership.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter4/ref_self.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter4/stack_and_heap.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter4/string.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter4/string_vs_str.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter4/trait.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter4/vec.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter4/vec_and_ownership.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/associated_type.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/box.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/cell.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/common_derive_traits.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/cow.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/deref.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/display.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/drop.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/from_into.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/generic_enum.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/generic_function.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/generic_impl.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/generic_struct.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/impl_trait.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/lifetime_basics.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/lifetime_bound.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/lifetime_elision.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/lifetime_types.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/multi_param_trait.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/multiple_bounds_where.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/option.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/option_methods.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/placeholder_type.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/question_mark.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/rc.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/refcell.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/result.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/supertrait.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/trait_bound.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/trait_default_impl.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/turbofish.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/type_alias.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter5/use.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter6/aggregation.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter6/closure_basics.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter6/closure_inference.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter6/collect.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter6/combine_and_slice.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter6/fn_traits.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter6/for_loop_rewrite.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter6/function_pointer.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter6/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter6/into_iter_iter_mut_iter.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter6/iterator_trait.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter6/lazy_evaluation.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter6/manual_closure.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter6/move_closure.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter6/option_result_closure_methods.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter6/transform_and_filter.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter7/cargo_and_crates_io.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter7/cargo_publish.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter7/cargo_test.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter7/doc_comments.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter7/file_mod.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter7/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter7/mod.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter7/orphan_rule.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter7/pub.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter7/pub_use.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter7/use.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter9/arc.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter9/atomic.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter9/deadlock.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter9/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter9/mpsc.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter9/mutex.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter9/pointer.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter9/poisoning.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter9/rc_multithread.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter9/refcell_multithread.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter9/rwlock.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter9/send_sync.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter9/thread_scope.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/chapter9/thread_spawn.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/foreword.html</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/</loc></url>
    <url><loc>https://andyshiue.github.io/learning-rust-from-zero/zh-TW/toc.html</loc></url>
</urlset>
