Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 0c2243f8a1696816431e7210e991fa52 > files > 864

rust-doc-1.35.0-1.mga7.armv7hl.rpm

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="generator" content="rustdoc">
    <title>Procedural Macros (and custom Derive)</title>

    <link rel="stylesheet" type="text/css" href="../rust.css">

    <meta name="robots" content="noindex,follow">
<link rel="shortcut icon" href="https://www.rust-lang.org/favicon.ico">


</head>
<body class="rustdoc">
    <!--[if lte IE 8]>
    <div class="warning">
        This old browser is unsupported and will most likely display funky
        things.
    </div>
    <![endif]-->

    <div id="versioninfo">
  <img src="https://www.rust-lang.org/logos/rust-logo-32x32-blk.png" width="32" height="32" alt="Rust logo"><br>
  <span class="white-sticker"><a href="https://www.rust-lang.org">Rust</a> 1.35.0</span><br>
  <a href="https://github.com/rust-lang/rust/commit/"
    class="hash white-sticker"></a>
</div>


    <h1 class="title">Procedural Macros (and custom Derive)</h1>
    <p><small>There is a new edition of the book and this is an old link.</small></p>
<blockquote>
<p>Procedural macros allow for all sorts of advanced metaprogramming in Rust.</p>
</blockquote>
<hr />
<p>This chapter does not exist yet in <a href="ch19-06-macros.html">the second edition</a>.
You can check out other resources that describe macros.</p>
<ul>
<li><strong><a href="ch19-06-macros.html">In the current edition: Ch 19.06 Macros</a></strong></li>
<li><a href="../reference/procedural-macros.html">In the Rust Reference: Ch 3.2 — Procedural Macros</a></li>
<li><a href="../proc_macro/index.html">The <code>proc_macro</code> crate documentation</a></li>
<li><small><a href="https://doc.rust-lang.org/1.30.0/book/first-edition/procedural-macros.html">In the first edition: Ch 4.13 — Procedural Macros (and custom Derive)</a></small></li>
</ul>

    <footer><p>
Copyright &copy; 2011 The Rust Project Developers. Licensed under the
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>
or the <a href="https://opensource.org/licenses/MIT">MIT license</a>, at your option.
</p><p>
This file may not be copied, modified, or distributed except according to those terms.
</p></footer>


</body>
</html>