third_party_rust_cxx/gen
David Tolnay c3e17908f6
Opt out -Zrustdoc-scrape-examples on docs.rs
I'd like a chance to audit all the code that rustdoc is inserting into
the docs. Currently I am skeptical that showing cxx's internal usages of
APIs is a net benefit to the public documentation. I am also skeptical
that quite so many examples are needed, and that they should be featured
so prominently in comparison to handwritten docs. Lastly I wish there
were a way to turn this behavior off on a more granular basis.
2022-12-18 09:34:19 -08:00
..
build Opt out -Zrustdoc-scrape-examples on docs.rs 2022-12-18 09:34:19 -08:00
cmd Release 1.0.84 2022-12-17 10:52:16 -08:00
lib Opt out -Zrustdoc-scrape-examples on docs.rs 2022-12-18 09:34:19 -08:00
src Adopt east const in generated code to avoid ambiguities 2022-12-02 17:01:31 -08:00
README.md Merge pull request 364 from adetaylor/make-cxx-h-available 2020-10-16 13:11:56 -07:00

This directory contains CXX's C++ code generator. This code generator has two public frontends, one a command-line application (binary) in the cmd directory and the other a library intended to be used from a build.rs in the build directory.

There's also a 'lib' frontend which is intended to allow higher level code generators to embed cxx. This is not yet recommended for general use.