|
|
<!DOCTYPE HTML>
|
|
|
<html lang="zh-CN" class="light sidebar-visible" dir="ltr">
|
|
|
<head>
|
|
|
<!-- Book generated using mdBook -->
|
|
|
<meta charset="UTF-8">
|
|
|
<title>构建脚本示例 - Rust语言圣经(Rust Course)</title>
|
|
|
|
|
|
|
|
|
<!-- Custom HTML head -->
|
|
|
|
|
|
<meta name="description" content="">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
|
|
<link rel="icon" href="../../../favicon-de23e50b.svg">
|
|
|
<link rel="shortcut icon" href="../../../favicon-8114d1fc.png">
|
|
|
<link rel="stylesheet" href="../../../css/variables-8adf115d.css">
|
|
|
<link rel="stylesheet" href="../../../css/general-2459343d.css">
|
|
|
<link rel="stylesheet" href="../../../css/chrome-ae938929.css">
|
|
|
<link rel="stylesheet" href="../../../css/print-9e4910d8.css" media="print">
|
|
|
|
|
|
<!-- Fonts -->
|
|
|
<link rel="stylesheet" href="../../../fonts/fonts-9644e21d.css">
|
|
|
|
|
|
<!-- Highlight.js Stylesheets -->
|
|
|
<link rel="stylesheet" id="mdbook-highlight-css" href="../../../highlight-493f70e1.css">
|
|
|
<link rel="stylesheet" id="mdbook-tomorrow-night-css" href="../../../tomorrow-night-4c0ae647.css">
|
|
|
<link rel="stylesheet" id="mdbook-ayu-highlight-css" href="../../../ayu-highlight-3fdfc3ac.css">
|
|
|
|
|
|
<!-- Custom theme stylesheets -->
|
|
|
<link rel="stylesheet" href="../../../theme/style-234bffbf.css">
|
|
|
|
|
|
|
|
|
<!-- Provide site root and default themes to javascript -->
|
|
|
<script>
|
|
|
const path_to_root = "../../../";
|
|
|
const default_light_theme = "light";
|
|
|
const default_dark_theme = "navy";
|
|
|
window.path_to_searchindex_js = "../../../searchindex-4a1a74fa.js";
|
|
|
</script>
|
|
|
<!-- Start loading toc.js asap -->
|
|
|
<script src="../../../toc-42887675.js"></script>
|
|
|
</head>
|
|
|
<body>
|
|
|
<div id="mdbook-help-container">
|
|
|
<div id="mdbook-help-popup">
|
|
|
<h2 class="mdbook-help-title">Keyboard shortcuts</h2>
|
|
|
<div>
|
|
|
<p>Press <kbd>←</kbd> or <kbd>→</kbd> to navigate between chapters</p>
|
|
|
<p>Press <kbd>S</kbd> or <kbd>/</kbd> to search in the book</p>
|
|
|
<p>Press <kbd>?</kbd> to show this help</p>
|
|
|
<p>Press <kbd>Esc</kbd> to hide this help</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div id="mdbook-body-container">
|
|
|
<!-- Work around some values being stored in localStorage wrapped in quotes -->
|
|
|
<script>
|
|
|
try {
|
|
|
let theme = localStorage.getItem('mdbook-theme');
|
|
|
let sidebar = localStorage.getItem('mdbook-sidebar');
|
|
|
|
|
|
if (theme.startsWith('"') && theme.endsWith('"')) {
|
|
|
localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
|
|
|
}
|
|
|
|
|
|
if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
|
|
|
localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
|
|
|
}
|
|
|
} catch (e) { }
|
|
|
</script>
|
|
|
|
|
|
<!-- Set the theme before any content is loaded, prevents flash -->
|
|
|
<script>
|
|
|
const default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? default_dark_theme : default_light_theme;
|
|
|
let theme;
|
|
|
try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
|
|
|
if (theme === null || theme === undefined) { theme = default_theme; }
|
|
|
const html = document.documentElement;
|
|
|
html.classList.remove('light')
|
|
|
html.classList.add(theme);
|
|
|
html.classList.add("js");
|
|
|
</script>
|
|
|
|
|
|
<input type="checkbox" id="mdbook-sidebar-toggle-anchor" class="hidden">
|
|
|
|
|
|
<!-- Hide / unhide sidebar before it is displayed -->
|
|
|
<script>
|
|
|
let sidebar = null;
|
|
|
const sidebar_toggle = document.getElementById("mdbook-sidebar-toggle-anchor");
|
|
|
if (document.body.clientWidth >= 1080) {
|
|
|
try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
|
|
|
sidebar = sidebar || 'visible';
|
|
|
} else {
|
|
|
sidebar = 'hidden';
|
|
|
sidebar_toggle.checked = false;
|
|
|
}
|
|
|
if (sidebar === 'visible') {
|
|
|
sidebar_toggle.checked = true;
|
|
|
} else {
|
|
|
html.classList.remove('sidebar-visible');
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
<nav id="mdbook-sidebar" class="sidebar" aria-label="Table of contents">
|
|
|
<!-- populated by js -->
|
|
|
<mdbook-sidebar-scrollbox class="sidebar-scrollbox"></mdbook-sidebar-scrollbox>
|
|
|
<noscript>
|
|
|
<iframe class="sidebar-iframe-outer" src="../../../toc.html"></iframe>
|
|
|
</noscript>
|
|
|
<div id="mdbook-sidebar-resize-handle" class="sidebar-resize-handle">
|
|
|
<div class="sidebar-resize-indicator"></div>
|
|
|
</div>
|
|
|
</nav>
|
|
|
|
|
|
<div id="mdbook-page-wrapper" class="page-wrapper">
|
|
|
|
|
|
<div class="page">
|
|
|
<div id="mdbook-menu-bar-hover-placeholder"></div>
|
|
|
<div id="mdbook-menu-bar" class="menu-bar sticky">
|
|
|
<div class="left-buttons">
|
|
|
<label id="mdbook-sidebar-toggle" class="icon-button" for="mdbook-sidebar-toggle-anchor" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="mdbook-sidebar">
|
|
|
<span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"/></svg></span>
|
|
|
</label>
|
|
|
<button id="mdbook-theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="mdbook-theme-list">
|
|
|
<span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M371.3 367.1c27.3-3.9 51.9-19.4 67.2-42.9L600.2 74.1c12.6-19.5 9.4-45.3-7.6-61.2S549.7-4.4 531.1 9.6L294.4 187.2c-24 18-38.2 46.1-38.4 76.1L371.3 367.1zm-19.6 25.4l-116-104.4C175.9 290.3 128 339.6 128 400c0 3.9 .2 7.8 .6 11.6c1.8 17.5-10.2 36.4-27.8 36.4H96c-17.7 0-32 14.3-32 32s14.3 32 32 32H240c61.9 0 112-50.1 112-112c0-2.5-.1-5-.2-7.5z"/></svg></span>
|
|
|
</button>
|
|
|
<ul id="mdbook-theme-list" class="theme-popup" aria-label="Themes" role="menu">
|
|
|
<li role="none"><button role="menuitem" class="theme" id="mdbook-theme-default_theme">Auto</button></li>
|
|
|
<li role="none"><button role="menuitem" class="theme" id="mdbook-theme-light">Light</button></li>
|
|
|
<li role="none"><button role="menuitem" class="theme" id="mdbook-theme-rust">Rust</button></li>
|
|
|
<li role="none"><button role="menuitem" class="theme" id="mdbook-theme-coal">Coal</button></li>
|
|
|
<li role="none"><button role="menuitem" class="theme" id="mdbook-theme-navy">Navy</button></li>
|
|
|
<li role="none"><button role="menuitem" class="theme" id="mdbook-theme-ayu">Ayu</button></li>
|
|
|
</ul>
|
|
|
<button id="mdbook-search-toggle" class="icon-button" type="button" title="Search (`/`)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="/ s" aria-controls="mdbook-searchbar">
|
|
|
<span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg></span>
|
|
|
</button>
|
|
|
</div>
|
|
|
|
|
|
<h1 class="menu-title">Rust语言圣经(Rust Course)</h1>
|
|
|
|
|
|
<div class="right-buttons">
|
|
|
<a href="../../../print.html" title="Print this book" aria-label="Print this book">
|
|
|
<span class=fa-svg id="print-button"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M128 0C92.7 0 64 28.7 64 64v96h64V64H354.7L384 93.3V160h64V93.3c0-17-6.7-33.3-18.7-45.3L400 18.7C388 6.7 371.7 0 354.7 0H128zM384 352v32 64H128V384 368 352H384zm64 32h32c17.7 0 32-14.3 32-32V256c0-35.3-28.7-64-64-64H64c-35.3 0-64 28.7-64 64v96c0 17.7 14.3 32 32 32H64v64c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V384zm-16-88c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24z"/></svg></span>
|
|
|
</a>
|
|
|
<a href="https://github.com/sunface/rust-course" title="Git repository" aria-label="Git repository">
|
|
|
<span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"/></svg></span>
|
|
|
</a>
|
|
|
<a href="https://github.com/sunface/rust-course/edit/main/src/cargo/reference/build-script/examples.md" title="Suggest an edit" aria-label="Suggest an edit" rel="edit">
|
|
|
<span class=fa-svg id="git-edit-button"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M421.7 220.3l-11.3 11.3-22.6 22.6-205 205c-6.6 6.6-14.8 11.5-23.8 14.1L30.8 511c-8.4 2.5-17.5 .2-23.7-6.1S-1.5 489.7 1 481.2L38.7 353.1c2.6-9 7.5-17.2 14.1-23.8l205-205 22.6-22.6 11.3-11.3 33.9 33.9 62.1 62.1 33.9 33.9zM96 353.9l-9.3 9.3c-.9 .9-1.6 2.1-2 3.4l-25.3 86 86-25.3c1.3-.4 2.5-1.1 3.4-2l9.3-9.3H112c-8.8 0-16-7.2-16-16V353.9zM453.3 19.3l39.4 39.4c25 25 25 65.5 0 90.5l-14.5 14.5-22.6 22.6-11.3 11.3-33.9-33.9-62.1-62.1L314.3 67.7l11.3-11.3 22.6-22.6 14.5-14.5c25-25 65.5-25 90.5 0z"/></svg></span>
|
|
|
</a>
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div id="mdbook-search-wrapper" class="hidden">
|
|
|
<form id="mdbook-searchbar-outer" class="searchbar-outer">
|
|
|
<div class="search-wrapper">
|
|
|
<input type="search" id="mdbook-searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="mdbook-searchresults-outer" aria-describedby="searchresults-header">
|
|
|
<div class="spinner-wrapper">
|
|
|
<span class=fa-svg id="fa-spin"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M304 48c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48zm0 416c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48zM48 304c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48zm464-48c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48zM142.9 437c18.7-18.7 18.7-49.1 0-67.9s-49.1-18.7-67.9 0s-18.7 49.1 0 67.9s49.1 18.7 67.9 0zm0-294.2c18.7-18.7 18.7-49.1 0-67.9S93.7 56.2 75 75s-18.7 49.1 0 67.9s49.1 18.7 67.9 0zM369.1 437c18.7 18.7 49.1 18.7 67.9 0s18.7-49.1 0-67.9s-49.1-18.7-67.9 0s-18.7 49.1 0 67.9z"/></svg></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</form>
|
|
|
<div id="mdbook-searchresults-outer" class="searchresults-outer hidden">
|
|
|
<div id="mdbook-searchresults-header" class="searchresults-header"></div>
|
|
|
<ul id="mdbook-searchresults">
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
|
|
|
<script>
|
|
|
document.getElementById('mdbook-sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
|
|
|
document.getElementById('mdbook-sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
|
|
|
Array.from(document.querySelectorAll('#mdbook-sidebar a')).forEach(function(link) {
|
|
|
link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
|
|
|
});
|
|
|
</script>
|
|
|
|
|
|
<div id="mdbook-content" class="content">
|
|
|
<main>
|
|
|
<h1 id="构建脚本示例"><a class="header" href="#构建脚本示例">构建脚本示例</a></h1>
|
|
|
<p>下面我们通过一些例子来说明构建脚本该如何使用。社区中也提供了一些构建脚本的<a href="https://crates.io/keywords/build-dependencies">常用功能</a>,例如:</p>
|
|
|
<ul>
|
|
|
<li><a href="https://crates.io/crates/bindgen">bindgen</a>, 自动生成 Rust -> C 的 FFI 绑定</li>
|
|
|
<li><a href="https://crates.io/crates/cc">cc</a>, 编译 C/C++/汇编</li>
|
|
|
<li><a href="https://crates.io/crates/pkg-config">pkg-config</a>, 使用 <code>pkg-config</code> 工具检测系统库</li>
|
|
|
<li><a href="https://crates.io/crates/cmake">cmake</a>, 运行 <code>cmake</code> 来构建一个本地库</li>
|
|
|
<li><a href="https://crates.io/crates/autocfg">autocfg</a>, <a href="https://crates.io/crates/rustc_version">rustc_version</a>, <a href="https://crates.io/crates/version_check">version_check</a>,这些包提供基于 <code>rustc</code> 的当前版本来实现条件编译的方法</li>
|
|
|
</ul>
|
|
|
<h2 id="代码生成"><a class="header" href="#代码生成">代码生成</a></h2>
|
|
|
<p>一些项目需要在编译开始前先生成一些代码,下面我们来看看如何在构建脚本中生成一个库调用。</p>
|
|
|
<p>先来看看项目的目录结构:</p>
|
|
|
<pre><code class="language-shell">.
|
|
|
├── Cargo.toml
|
|
|
├── build.rs
|
|
|
└── src
|
|
|
└── main.rs
|
|
|
|
|
|
1 directory, 3 files
|
|
|
</code></pre>
|
|
|
<p><code>Cargo.toml</code> 内容如下:</p>
|
|
|
<pre><code class="language-toml"># Cargo.toml
|
|
|
|
|
|
[package]
|
|
|
name = "hello-from-generated-code"
|
|
|
version = "0.1.0"
|
|
|
</code></pre>
|
|
|
<p>接下来,再来看看构建脚本的内容:</p>
|
|
|
<pre class="playground"><code class="language-rust edition2021">// build.rs
|
|
|
|
|
|
use std::env;
|
|
|
use std::fs;
|
|
|
use std::path::Path;
|
|
|
|
|
|
fn main() {
|
|
|
let out_dir = env::var_os("OUT_DIR").unwrap();
|
|
|
let dest_path = Path::new(&out_dir).join("hello.rs");
|
|
|
fs::write(
|
|
|
&dest_path,
|
|
|
"pub fn message() -> &'static str {
|
|
|
\"Hello, World!\"
|
|
|
}
|
|
|
"
|
|
|
).unwrap();
|
|
|
println!("cargo:rerun-if-changed=build.rs");
|
|
|
}</code></pre>
|
|
|
<p>以上代码中有几点值得注意:</p>
|
|
|
<ul>
|
|
|
<li><code>OUT_DIR</code> 环境变量说明了构建脚本的输出目录,也就是最终生成的代码文件的存放地址</li>
|
|
|
<li>一般来说,构建脚本不应该修改 <code>OUT_DIR</code> 之外的任何文件</li>
|
|
|
<li>这里的代码很简单,但是我们这是为了演示,大家完全可以生成更复杂、更实用的代码</li>
|
|
|
<li><code>return-if-changed</code> 指令告诉 Cargo 只有在脚本内容发生变化时,才能重新编译和运行构建脚本。如果没有这一行,项目的任何文件发生变化都会导致 Cargo 重新编译运行该构建脚本</li>
|
|
|
</ul>
|
|
|
<p>下面,我们来看看 <code>main.rs</code>:</p>
|
|
|
<pre class="playground"><code class="language-rust edition2021">// src/main.rs
|
|
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/hello.rs"));
|
|
|
|
|
|
fn main() {
|
|
|
println!("{}", message());
|
|
|
}</code></pre>
|
|
|
<p>这里才是体现真正技术的地方,我们联合使用 rustc 定义的 <code>include!</code> 以及 <code>concat!</code> 和 <code>env!</code> 宏,将生成的代码文件( <code>hello.rs</code> ) 纳入到我们项目的编译流程中。</p>
|
|
|
<p>例子虽然很简单,但是它清晰地告诉了我们该如何生成代码文件以及将这些代码文件纳入到编译中来,大家以后有需要只要回头看看即可。</p>
|
|
|
<h2 id="构建本地库"><a class="header" href="#构建本地库">构建本地库</a></h2>
|
|
|
<p>有时,我们需要在项目中使用基于 C 或 C++ 的本地库,而这种使用场景恰恰是构建脚本非常擅长的。</p>
|
|
|
<p>例如,下面来看看该如何在 Rust 中调用 C 并打印 <code>Hello, World</code>。首先,来看看项目结构和 <code>Cargo.toml</code>:</p>
|
|
|
<pre><code class="language-shell">.
|
|
|
├── Cargo.toml
|
|
|
├── build.rs
|
|
|
└── src
|
|
|
├── hello.c
|
|
|
└── main.rs
|
|
|
|
|
|
1 directory, 4 files
|
|
|
</code></pre>
|
|
|
<pre><code class="language-toml"># Cargo.toml
|
|
|
|
|
|
[package]
|
|
|
name = "hello-world-from-c"
|
|
|
version = "0.1.0"
|
|
|
edition = "2021"
|
|
|
</code></pre>
|
|
|
<p>现在,我们还不会使用任何构建依赖,先来看看构建脚本:</p>
|
|
|
<pre class="playground"><code class="language-rust edition2021">// build.rs
|
|
|
|
|
|
use std::process::Command;
|
|
|
use std::env;
|
|
|
use std::path::Path;
|
|
|
|
|
|
fn main() {
|
|
|
let out_dir = env::var("OUT_DIR").unwrap();
|
|
|
|
|
|
Command::new("gcc").args(&["src/hello.c", "-c", "-fPIC", "-o"])
|
|
|
.arg(&format!("{}/hello.o", out_dir))
|
|
|
.status().unwrap();
|
|
|
Command::new("ar").args(&["crus", "libhello.a", "hello.o"])
|
|
|
.current_dir(&Path::new(&out_dir))
|
|
|
.status().unwrap();
|
|
|
|
|
|
println!("cargo:rustc-link-search=native={}", out_dir);
|
|
|
println!("cargo:rustc-link-lib=static=hello");
|
|
|
println!("cargo:rerun-if-changed=src/hello.c");
|
|
|
}</code></pre>
|
|
|
<p>首先,构建脚本将我们的 C 文件通过 <code>gcc</code> 编译成目标文件,然后使用 <code>ar</code> 将该文件转换成一个静态库,最后告诉 Cargo 我们的输出内容在 <code>out_dir</code> 中,编译器要在这里搜索相应的静态库,最终通过 <code>-l static-hello</code> 标志将我们的项目跟 <code>libhello.a</code> 进行静态链接。</p>
|
|
|
<p>但是这种硬编码的解决方式有几个问题:</p>
|
|
|
<ul>
|
|
|
<li><code>gcc</code> 命令的跨平台性是受限的,例如 Windows 下就难以使用它,甚至于有些 Unix 系统也没有 <code>gcc</code> 命令,同样,<code>ar</code> 也有这个问题</li>
|
|
|
<li>这些命令往往不会考虑交叉编译的问题,如果我们要为 Android 平台进行交叉编译,那么 <code>gcc</code> 很可能无法输出一个 ARM 的可执行文件</li>
|
|
|
</ul>
|
|
|
<p>但是别怕,构建依赖 <code>[build-dependencies]</code> 解君忧:社区中已经有现成的解决方案,可以让这种任务得到更容易的解决。例如文章开头提到的 <a href="https://crates.io/crates/cc"><code>cc</code></a> 包。首先在 <code>Cargo.toml</code> 中为构建脚本引入 <code>cc</code> 依赖:</p>
|
|
|
<pre><code class="language-toml">[build-dependencies]
|
|
|
cc = "1.0"
|
|
|
</code></pre>
|
|
|
<p>然后重写构建脚本使用 <code>cc</code> :</p>
|
|
|
<pre class="playground"><code class="language-rust edition2021">// build.rs
|
|
|
|
|
|
fn main() {
|
|
|
cc::Build::new()
|
|
|
.file("src/hello.c")
|
|
|
.compile("hello");
|
|
|
println!("cargo:rerun-if-changed=src/hello.c");
|
|
|
}</code></pre>
|
|
|
<p>不得不说,Rust 社区的大腿就是粗,代码立刻简洁了很多,最重要的是:可移植性、稳定性等头疼的问题也得到了一并解决。</p>
|
|
|
<p>简单来说,<code>cc</code> 包将构建脚本使用 <code>C</code> 的需求进行了抽象:</p>
|
|
|
<ul>
|
|
|
<li><code>cc</code> 会针对不同的平台调用合适的编译器:windows 下调用 MSVC, MinGW 下调用 gcc, Unix 平台调用 cc 等</li>
|
|
|
<li>在编译时会考虑到平台因素,例如将合适的标志传给正在使用的编译器</li>
|
|
|
<li>其它环境变量,例如 <code>OPT_LEVEL</code>、<code>DEBUG</code> 等会自动帮我们处理</li>
|
|
|
<li>标准输出和 <code>OUT_DIR</code> 的位置也会被 <code>cc</code> 所处理</li>
|
|
|
</ul>
|
|
|
<p>如上所示,与其在每个构建脚本中复制粘贴相同的代码,将尽可能多的功能通过构建依赖来完成是好得多的选择。</p>
|
|
|
<p>再回到例子中,我们来看看 <code>src</code> 下的项目文件:</p>
|
|
|
<pre><code class="language-c">// src/hello.c
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
void hello() {
|
|
|
printf("Hello, World!\n");
|
|
|
}
|
|
|
</code></pre>
|
|
|
<pre class="playground"><code class="language-rust edition2021">// src/main.rs
|
|
|
|
|
|
// 注意,这里没有再使用 `#[link]` 属性。我们把选择使用哪个 link 的责任交给了构建脚本,而不是在这里进行硬编码
|
|
|
extern { fn hello(); }
|
|
|
|
|
|
fn main() {
|
|
|
unsafe { hello(); }
|
|
|
}</code></pre>
|
|
|
<p>至此,这个简单的例子已经完成,我们学到了该如何使用构建脚本来构建 C 代码,当然又一次被构建脚本和构建依赖的强大所震撼!但控制下情绪,因为构建脚本还能做到更多。</p>
|
|
|
<h2 id="链接系统库"><a class="header" href="#链接系统库">链接系统库</a></h2>
|
|
|
<p>当一个 Rust 包想要链接一个本地系统库时,如何实现平台透明化,就成了一个难题。</p>
|
|
|
<p>例如,我们想使用在 Unix 系统中的 <code>zlib</code> 库,用于数据压缩的目的。实际上,社区中的 <a href="https://crates.io/crates/libz-sys"><code>libz-sys</code></a> 包已经这么做了,但是出于演示的目的,我们来看看该如何手动完成,当然,这里只是简化版的,想要看完整代码,见<a href="https://github.com/rust-lang/libz-sys">这里</a>。</p>
|
|
|
<p>为了更简单的定位到目标库的位置,可以使用 <a href="https://crates.io/crates/pkg-config"><code>pkg-config</code></a> 包,该包使用系统提供的 <code>pkg-config</code> 工具来查询库的信息。它会自动告诉 Cargo 该如何链接到目标库。</p>
|
|
|
<p>先修改 <code>Cargo.toml</code>:</p>
|
|
|
<pre><code class="language-toml"># Cargo.toml
|
|
|
|
|
|
[package]
|
|
|
name = "libz-sys"
|
|
|
version = "0.1.0"
|
|
|
edition = "2021"
|
|
|
links = "z"
|
|
|
|
|
|
[build-dependencies]
|
|
|
pkg-config = "0.3.16"
|
|
|
</code></pre>
|
|
|
<p>这里的 <code>links = "z"</code> 用于告诉 Cargo 我们想要链接到 <code>libz</code> 库,在<a href="#使用其它-sys-包">下文</a>还有更多的示例。</p>
|
|
|
<p>构建脚本也很简单:</p>
|
|
|
<pre class="playground"><code class="language-rust edition2021">// build.rs
|
|
|
|
|
|
fn main() {
|
|
|
pkg_config::Config::new().probe("zlib").unwrap();
|
|
|
println!("cargo:rerun-if-changed=build.rs");
|
|
|
}</code></pre>
|
|
|
<p>下面再在代码中使用:</p>
|
|
|
<pre class="playground"><code class="language-rust edition2021"><span class="boring">#![allow(unused)]
|
|
|
</span><span class="boring">fn main() {
|
|
|
</span>// src/lib.rs
|
|
|
|
|
|
use std::os::raw::{c_uint, c_ulong};
|
|
|
|
|
|
extern "C" {
|
|
|
pub fn crc32(crc: c_ulong, buf: *const u8, len: c_uint) -> c_ulong;
|
|
|
}
|
|
|
|
|
|
#[test]
|
|
|
fn test_crc32() {
|
|
|
let s = "hello";
|
|
|
unsafe {
|
|
|
assert_eq!(crc32(0, s.as_ptr(), s.len() as c_uint), 0x3610a686);
|
|
|
}
|
|
|
}
|
|
|
<span class="boring">}</span></code></pre>
|
|
|
<p>代码很清晰,也很简洁,这里就不再过多介绍,运行 <a href="https://course.rs/cargo/reference/build-script/intro.html#构建脚本的输出"><code>cargo build --vv</code></a> 来看看部分结果( 系统中需要已经安装 <code>libz</code> 库):</p>
|
|
|
<pre><code class="language-shell">[libz-sys 0.1.0] cargo:rustc-link-search=native=/usr/lib
|
|
|
[libz-sys 0.1.0] cargo:rustc-link-lib=z
|
|
|
[libz-sys 0.1.0] cargo:rerun-if-changed=build.rs
|
|
|
</code></pre>
|
|
|
<p>非常棒,<code>pkg-config</code> 帮助我们找到了目标库,并且还告知了 Cargo 所有需要的信息!</p>
|
|
|
<p>实际使用中,我们需要做的比上面的代码更多,例如 <a href="https://github.com/rust-lang/libz-sys"><code>libz-sys</code></a> 包会先检查环境变量 <code>LIBZ_SYS_STATIC</code> 或者 <code>static</code> feature,然后基于源码去构建 <code>libz</code>,而不是直接去使用系统库。</p>
|
|
|
<h2 id="使用其它-sys-包"><a class="header" href="#使用其它-sys-包">使用其它 sys 包</a></h2>
|
|
|
<p>本例中,一起来看看该如何使用 <code>libz-sys</code> 包中的 <code>zlib</code> 来创建一个 C 依赖库。</p>
|
|
|
<p>若你有一个依赖于 <code>zlib</code> 的库,那可以使用 <code>libz-sys</code> 来自动发现或构建该库。这个功能对于交叉编译非常有用,例如 Windows 下往往不会安装 <code>zlib</code>。</p>
|
|
|
<p><code>libz-sys</code> 通过设置 <a href="https://github.com/rust-lang/libz-sys/blob/3c594e677c79584500da673f918c4d2101ac97a1/build.rs#L156"><code>include</code></a> 元数据来告知其它包去哪里找到 <code>zlib</code> 的头文件,然后我们的构建脚本可以通过 <code>DEP_Z_INCLUDE</code> 环境变量来读取 <code>include</code> 元数据( 关于元数据的传递,见<a href="https://course.rs/cargo/reference/build-script/intro.html#links">这里</a> )。</p>
|
|
|
<pre><code class="language-toml"># Cargo.toml
|
|
|
|
|
|
[package]
|
|
|
name = "zuser"
|
|
|
version = "0.1.0"
|
|
|
edition = "2021"
|
|
|
|
|
|
[dependencies]
|
|
|
libz-sys = "1.0.25"
|
|
|
|
|
|
[build-dependencies]
|
|
|
cc = "1.0.46"
|
|
|
</code></pre>
|
|
|
<p>通过包含 <code>libz-sys</code>,确保了最终只会使用一个 <code>libz</code> 库,并且给了我们在构建脚本中使用的途径:</p>
|
|
|
<pre class="playground"><code class="language-rust edition2021">// build.rs
|
|
|
|
|
|
fn main() {
|
|
|
let mut cfg = cc::Build::new();
|
|
|
cfg.file("src/zuser.c");
|
|
|
if let Some(include) = std::env::var_os("DEP_Z_INCLUDE") {
|
|
|
cfg.include(include);
|
|
|
}
|
|
|
cfg.compile("zuser");
|
|
|
println!("cargo:rerun-if-changed=src/zuser.c");
|
|
|
}</code></pre>
|
|
|
<p>由于 <code>libz-sys</code> 帮我们完成了繁重的相关任务,C 代码只需要包含 <code>zlib</code> 的头文件即可,甚至于它还能在没有安装 <code>zlib</code> 的系统上找到头文件:</p>
|
|
|
<pre><code class="language-c">// src/zuser.c
|
|
|
|
|
|
#include "zlib.h"
|
|
|
|
|
|
// … 在剩余的代码中使用 zlib
|
|
|
</code></pre>
|
|
|
<h2 id="条件编译"><a class="header" href="#条件编译">条件编译</a></h2>
|
|
|
<p>构建脚本可以通过发出 <code>rustc-cfg</code> 指令来开启编译时的条件检查。在本例中,一起来看看 <a href="https://crates.io/crates/openssl">openssl</a> 包是如何支持多版本的 OpenSSL 库的。</p>
|
|
|
<p><code>openssl-sys</code> 包对 OpenSSL 库进行了构建和链接,支持多个不同的实现(例如 LibreSSL )和多个不同的版本。它也使用了 <code>links</code> 配置,这样就可以给<strong>其它构建脚本</strong>传递所需的信息。例如 <code>version_number</code> ,包含了检测到的 OpenSSL 库的版本号信息。<code>openssl-sys</code> 自己的<a href="https://github.com/sfackler/rust-openssl/blob/dc72a8e2c429e46c275e528b61a733a66e7877fc/openssl-sys/build/main.rs#L216">构建脚本中</a>有类似于如下的代码:</p>
|
|
|
<pre class="playground"><code class="language-rust edition2021"><span class="boring">#![allow(unused)]
|
|
|
</span><span class="boring">fn main() {
|
|
|
</span>println!("cargo:version_number={:x}", openssl_version);
|
|
|
<span class="boring">}</span></code></pre>
|
|
|
<p>该指令将 <code>version_number</code> 的信息通过环境变量 <code>DEP_OPENSSL_VERSION_NUMBER</code> 的方式传递给直接使用 <code>openssl-sys</code> 的项目。例如 <code>openssl</code> 包提供了更高级的抽象接口,并且它使用了 <code>openssl-sys</code> 作为依赖。<code>openssl</code> 的构建脚本会通过环境变量读取 <code>openssl-sys</code> 提供的版本号的信息,然后使用该版本号来生成一些 <a href="https://github.com/sfackler/rust-openssl/blob/dc72a8e2c429e46c275e528b61a733a66e7877fc/openssl/build.rs#L18-L36"><code>cfg</code></a>:</p>
|
|
|
<pre class="playground"><code class="language-rust edition2021"><span class="boring">#![allow(unused)]
|
|
|
</span><span class="boring">fn main() {
|
|
|
</span>// (portion of build.rs)
|
|
|
|
|
|
if let Ok(version) = env::var("DEP_OPENSSL_VERSION_NUMBER") {
|
|
|
let version = u64::from_str_radix(&version, 16).unwrap();
|
|
|
|
|
|
if version >= 0x1_00_01_00_0 {
|
|
|
println!("cargo:rustc-cfg=ossl101");
|
|
|
}
|
|
|
if version >= 0x1_00_02_00_0 {
|
|
|
println!("cargo:rustc-cfg=ossl102");
|
|
|
}
|
|
|
if version >= 0x1_01_00_00_0 {
|
|
|
println!("cargo:rustc-cfg=ossl110");
|
|
|
}
|
|
|
if version >= 0x1_01_00_07_0 {
|
|
|
println!("cargo:rustc-cfg=ossl110g");
|
|
|
}
|
|
|
if version >= 0x1_01_01_00_0 {
|
|
|
println!("cargo:rustc-cfg=ossl111");
|
|
|
}
|
|
|
}
|
|
|
<span class="boring">}</span></code></pre>
|
|
|
<p>这些 <code>cfg</code> 可以跟 <a href=""><code>cfg</code> 属性</a> 或 <a href=""><code>cfg</code> 宏</a>一起使用以实现条件编译。例如,在 OpenSSL 1.1 中引入了 SHA3 的支持,那么我们就可以指定只有当版本号为 1.1 时,才<a href="https://github.com/sfackler/rust-openssl/blob/dc72a8e2c429e46c275e528b61a733a66e7877fc/openssl/src/hash.rs#L67-L85">包含并编译相关的代码</a>:</p>
|
|
|
<pre class="playground"><code class="language-rust edition2021"><span class="boring">#![allow(unused)]
|
|
|
</span><span class="boring">fn main() {
|
|
|
</span>// (portion of openssl crate)
|
|
|
|
|
|
#[cfg(ossl111)]
|
|
|
pub fn sha3_224() -> MessageDigest {
|
|
|
unsafe { MessageDigest(ffi::EVP_sha3_224()) }
|
|
|
}
|
|
|
<span class="boring">}</span></code></pre>
|
|
|
<p>当然,大家在使用时一定要小心,因为这可能会导致生成的二进制文件进一步依赖当前的构建环境。例如,当二进制可执行文件需要在另一个操作系统中分发运行时,那它依赖的信息对于该操作系统可能是不存在的!</p>
|
|
|
|
|
|
</main>
|
|
|
|
|
|
<nav class="nav-wrapper" aria-label="Page navigation">
|
|
|
<!-- Mobile navigation buttons -->
|
|
|
<a rel="prev" href="../../../cargo/reference/build-script/intro.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
|
|
<span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg></span>
|
|
|
</a>
|
|
|
|
|
|
<a rel="next prefetch" href="../../../usecases/intro.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
|
|
<span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg></span>
|
|
|
</a>
|
|
|
|
|
|
<div style="clear: both"></div>
|
|
|
</nav>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<nav class="nav-wide-wrapper" aria-label="Page navigation">
|
|
|
<a rel="prev" href="../../../cargo/reference/build-script/intro.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
|
|
<span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg></span>
|
|
|
</a>
|
|
|
|
|
|
<a rel="next prefetch" href="../../../usecases/intro.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
|
|
<span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg></span>
|
|
|
</a>
|
|
|
</nav>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<template id=fa-eye><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM432 256c0 79.5-64.5 144-144 144s-144-64.5-144-144s64.5-144 144-144s144 64.5 144 144zM288 192c0 35.3-28.7 64-64 64c-11.5 0-22.3-3-31.6-8.4c-.2 2.8-.4 5.5-.4 8.4c0 53 43 96 96 96s96-43 96-96s-43-96-96-96c-2.8 0-5.6 .1-8.4 .4c5.3 9.3 8.4 20.1 8.4 31.6z"/></svg></span></template>
|
|
|
<template id=fa-eye-slash><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c5.2-11.8 8-24.8 8-38.5c0-53-43-96-96-96c-2.8 0-5.6 .1-8.4 .4c5.3 9.3 8.4 20.1 8.4 31.6c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zm223.1 298L373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5z"/></svg></span></template>
|
|
|
<template id=fa-copy><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M502.6 70.63l-61.25-61.25C435.4 3.371 427.2 0 418.7 0H255.1c-35.35 0-64 28.66-64 64l.0195 256C192 355.4 220.7 384 256 384h192c35.2 0 64-28.8 64-64V93.25C512 84.77 508.6 76.63 502.6 70.63zM464 320c0 8.836-7.164 16-16 16H255.1c-8.838 0-16-7.164-16-16L239.1 64.13c0-8.836 7.164-16 16-16h128L384 96c0 17.67 14.33 32 32 32h47.1V320zM272 448c0 8.836-7.164 16-16 16H63.1c-8.838 0-16-7.164-16-16L47.98 192.1c0-8.836 7.164-16 16-16H160V128H63.99c-35.35 0-64 28.65-64 64l.0098 256C.002 483.3 28.66 512 64 512h192c35.2 0 64-28.8 64-64v-32h-47.1L272 448z"/></svg></span></template>
|
|
|
<template id=fa-play><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z"/></svg></span></template>
|
|
|
<template id=fa-clock-rotate-left><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M75 75L41 41C25.9 25.9 0 36.6 0 57.9V168c0 13.3 10.7 24 24 24H134.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24V256c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z"/></svg></span></template>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
window.playground_copyable = true;
|
|
|
</script>
|
|
|
|
|
|
<script src="../../../ace-2a3cd908.js"></script>
|
|
|
<script src="../../../mode-rust-2c9d5c9a.js"></script>
|
|
|
<script src="../../../editor-16ca416c.js"></script>
|
|
|
<script src="../../../theme-dawn-4493f9c8.js"></script>
|
|
|
<script src="../../../theme-tomorrow_night-9dbe62a9.js"></script>
|
|
|
|
|
|
<script src="../../../elasticlunr-ef4e11c1.min.js"></script>
|
|
|
<script src="../../../mark-09e88c2c.min.js"></script>
|
|
|
<script src="../../../searcher-c2a407aa.js"></script>
|
|
|
|
|
|
<script src="../../../clipboard-1626706a.min.js"></script>
|
|
|
<script src="../../../highlight-abc7f01d.js"></script>
|
|
|
<script src="../../../book-a0b12cfe.js"></script>
|
|
|
|
|
|
<!-- Custom JS scripts -->
|
|
|
<script src="../../../assets/custom-690c9de5.js"></script>
|
|
|
<script src="../../../assets/bigPicture-be03f9c8.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
</body>
|
|
|
</html>
|