File tree Expand file tree Collapse file tree 12 files changed +15
-13
lines changed
Expand file tree Collapse file tree 12 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 3636 const path_to_root = "" ;
3737 const default_light_theme = "light" ;
3838 const default_dark_theme = "navy" ;
39- window . path_to_searchindex_js = "searchindex-51af2096 .js" ;
39+ window . path_to_searchindex_js = "searchindex-be3bdc30 .js" ;
4040 </ script >
4141 <!-- Start loading toc.js asap -->
4242 < script src ="toc-905e7556.js "> </ script >
Original file line number Diff line number Diff line change 3535 const path_to_root = "" ;
3636 const default_light_theme = "light" ;
3737 const default_dark_theme = "navy" ;
38- window . path_to_searchindex_js = "searchindex-51af2096 .js" ;
38+ window . path_to_searchindex_js = "searchindex-be3bdc30 .js" ;
3939 </ script >
4040 <!-- Start loading toc.js asap -->
4141 < script src ="toc-905e7556.js "> </ script >
Original file line number Diff line number Diff line change 3535 const path_to_root = "" ;
3636 const default_light_theme = "light" ;
3737 const default_dark_theme = "navy" ;
38- window . path_to_searchindex_js = "searchindex-51af2096 .js" ;
38+ window . path_to_searchindex_js = "searchindex-be3bdc30 .js" ;
3939 </ script >
4040 <!-- Start loading toc.js asap -->
4141 < script src ="toc-905e7556.js "> </ script >
Original file line number Diff line number Diff line change 3535 const path_to_root = "" ;
3636 const default_light_theme = "light" ;
3737 const default_dark_theme = "navy" ;
38- window . path_to_searchindex_js = "searchindex-51af2096 .js" ;
38+ window . path_to_searchindex_js = "searchindex-be3bdc30 .js" ;
3939 </ script >
4040 <!-- Start loading toc.js asap -->
4141 < script src ="toc-905e7556.js "> </ script >
Original file line number Diff line number Diff line change 3535 const path_to_root = "" ;
3636 const default_light_theme = "light" ;
3737 const default_dark_theme = "navy" ;
38- window . path_to_searchindex_js = "searchindex-51af2096 .js" ;
38+ window . path_to_searchindex_js = "searchindex-be3bdc30 .js" ;
3939 </ script >
4040 <!-- Start loading toc.js asap -->
4141 < script src ="toc-905e7556.js "> </ script >
Original file line number Diff line number Diff line change 3535 const path_to_root = "" ;
3636 const default_light_theme = "light" ;
3737 const default_dark_theme = "navy" ;
38- window . path_to_searchindex_js = "searchindex-51af2096 .js" ;
38+ window . path_to_searchindex_js = "searchindex-be3bdc30 .js" ;
3939 </ script >
4040 <!-- Start loading toc.js asap -->
4141 < script src ="toc-905e7556.js "> </ script >
Original file line number Diff line number Diff line change 3535 const path_to_root = "" ;
3636 const default_light_theme = "light" ;
3737 const default_dark_theme = "navy" ;
38- window . path_to_searchindex_js = "searchindex-51af2096 .js" ;
38+ window . path_to_searchindex_js = "searchindex-be3bdc30 .js" ;
3939 </ script >
4040 <!-- Start loading toc.js asap -->
4141 < script src ="toc-905e7556.js "> </ script >
Original file line number Diff line number Diff line change 3636 const path_to_root = "" ;
3737 const default_light_theme = "light" ;
3838 const default_dark_theme = "navy" ;
39- window . path_to_searchindex_js = "searchindex-51af2096 .js" ;
39+ window . path_to_searchindex_js = "searchindex-be3bdc30 .js" ;
4040 </ script >
4141 <!-- Start loading toc.js asap -->
4242 < script src ="toc-905e7556.js "> </ script >
@@ -536,7 +536,8 @@ <h2 id="partitions"><a class="header" href="#partitions">Partitions</a></h2>
536536a container that may be of either one or another kind.
537537And in turn, it would contain one or another kind of entries.</ p >
538538< p > < img src ="analyze_unpack.png " alt =""> </ p >
539- < p > In Rust, we can use < code > enum</ code > types to express this:</ p >
539+ < p > In Rust, we can use < a href ="https://doc.rust-lang.org/book/ch06-00-enums.html "> < code > enum</ code > </ a >
540+ types to express this:</ p >
540541< pre > < code class ="language-rs "> enum Container {
541542 AContainer(Vec<AEntry>),
542543 BContainer(Vec<BEntry>),
Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ window.search = window.search || {};
437437 if ( yes ) {
438438 loadSearchScript (
439439 window . path_to_searchindex_js ||
440- path_to_root + 'searchindex-51af2096 .js' ,
440+ path_to_root + 'searchindex-be3bdc30 .js' ,
441441 'mdbook-search-index' ) ;
442442 search_wrap . classList . remove ( 'hidden' ) ;
443443 searchicon . setAttribute ( 'aria-expanded' , 'true' ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments