blob: 186a0c503013030cbfc6912b3497bbc7486a46b3 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en" class="light" dir="ltr">
<head>
<!-- sidebar iframe generated using mdBook
This is a frame, and not included directly in the page, to control the total size of the
book. The TOC contains an entry for each page, so if each page includes a copy of the TOC,
the total size of the page becomes O(n**2).
The frame is only used as a fallback when JS is turned off. When it's on, the sidebar is
instead added to the main page by `toc.js` instead. The JavaScript mode is better
because, when running in a `file:///` URL, the iframed page would not be Same-Origin as
the rest of the page, so the sidebar and the main page theme would fall out of sync.
-->
<meta charset="UTF-8">
<meta name="robots" content="noindex">
<!-- Custom HTML head -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/variables.css">
<link rel="stylesheet" href="css/general.css">
<link rel="stylesheet" href="css/chrome.css">
<link rel="stylesheet" href="css/print.css" media="print">
<!-- Fonts -->
<link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
<link rel="stylesheet" href="fonts/fonts.css">
<!-- Custom theme stylesheets -->
</head>
<body class="sidebar-iframe-inner">
<ol class="chapter"><li class="chapter-item expanded "><a href="index.html" target="_parent"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="issues.html" target="_parent"><strong aria-hidden="true">2.</strong> Issue Tracker</a></li><li class="chapter-item expanded "><a href="team.html" target="_parent"><strong aria-hidden="true">3.</strong> Cargo Team</a></li><li class="chapter-item expanded "><a href="process/index.html" target="_parent"><strong aria-hidden="true">4.</strong> Process</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="process/working-on-cargo.html" target="_parent"><strong aria-hidden="true">4.1.</strong> Working on Cargo</a></li><li class="chapter-item expanded "><a href="process/release.html" target="_parent"><strong aria-hidden="true">4.2.</strong> Release process</a></li><li class="chapter-item expanded "><a href="process/rfc.html" target="_parent"><strong aria-hidden="true">4.3.</strong> Writing an RFC</a></li><li class="chapter-item expanded "><a href="process/unstable.html" target="_parent"><strong aria-hidden="true">4.4.</strong> Unstable features</a></li><li class="chapter-item expanded "><a href="process/security.html" target="_parent"><strong aria-hidden="true">4.5.</strong> Security issues</a></li></ol></li><li class="chapter-item expanded "><a href="design.html" target="_parent"><strong aria-hidden="true">5.</strong> Design Principles</a></li><li class="chapter-item expanded "><a href="implementation/index.html" target="_parent"><strong aria-hidden="true">6.</strong> Implementing a Change</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="implementation/architecture.html" target="_parent"><strong aria-hidden="true">6.1.</strong> Architecture</a></li><li class="chapter-item expanded "><a href="implementation/packages.html" target="_parent"><strong aria-hidden="true">6.2.</strong> New packages</a></li><li class="chapter-item expanded "><a href="implementation/subcommands.html" target="_parent"><strong aria-hidden="true">6.3.</strong> New subcommands</a></li><li class="chapter-item expanded "><a href="implementation/schemas.html" target="_parent"><strong aria-hidden="true">6.4.</strong> Data Schemas</a></li><li class="chapter-item expanded "><a href="implementation/console.html" target="_parent"><strong aria-hidden="true">6.5.</strong> Console Output</a></li><li class="chapter-item expanded "><a href="implementation/filesystem.html" target="_parent"><strong aria-hidden="true">6.6.</strong> Filesystem</a></li><li class="chapter-item expanded "><a href="implementation/formatting.html" target="_parent"><strong aria-hidden="true">6.7.</strong> Formatting</a></li><li class="chapter-item expanded "><a href="implementation/debugging.html" target="_parent"><strong aria-hidden="true">6.8.</strong> Debugging</a></li></ol></li><li class="chapter-item expanded "><a href="tests/index.html" target="_parent"><strong aria-hidden="true">7.</strong> Tests</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="tests/running.html" target="_parent"><strong aria-hidden="true">7.1.</strong> Running Tests</a></li><li class="chapter-item expanded "><a href="tests/writing.html" target="_parent"><strong aria-hidden="true">7.2.</strong> Writing Tests</a></li><li class="chapter-item expanded "><a href="tests/profiling.html" target="_parent"><strong aria-hidden="true">7.3.</strong> Benchmarking and Profiling</a></li><li class="chapter-item expanded "><a href="tests/crater.html" target="_parent"><strong aria-hidden="true">7.4.</strong> Crater</a></li></ol></li></ol>
</body>
</html>