File tree Expand file tree Collapse file tree 2 files changed +10
-16
lines changed Expand file tree Collapse file tree 2 files changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,18 @@ made in the doc comment on `src/lib.rs` or in `tools/generate-readme`.
1212
1313# zerocopy
1414
15- * <span style =" font-size : 100% ; color :grey ;" >Need more out of zerocopy?
16- Submit a [ customer request issue] [ customer-request-issue ] !</span >*
17-
1815*** <span style =" font-size : 140% " >Fast, safe, <span
1916style="color: red ;">compile error</span >. Pick two.</span >***
2017
2118Zerocopy makes zero-cost memory manipulation effortless. We write ` unsafe `
2219so you don't have to.
2320
24- * Thanks for using zerocopy 0.8! For an overview of what changes from 0.7,
25- check out our [ release notes] [ release-notes ] , which include a step-by-step
26- guide for upgrading from 0.7.*
21+ * For an overview of what's changed from zerocopy 0.7, check out our [ release
22+ notes] [ release-notes ] , which include a step-by-step upgrading guide.*
2723
28- * Have questions? Need help? Ask the maintainers on [ GitHub] [ github-q-a ] or
29- on [ Discord] [ discord ] !*
24+ * Have questions? Need more out of zerocopy? Submit a [ customer request
25+ issue] [ customer-request-issue ] or ask the maintainers on
26+ [ GitHub] [ github-q-a ] or [ Discord] [ discord ] !*
3027
3128[ customer-request-issue ] : https://github.com/google/zerocopy/issues/new/choose
3229[ release-notes ] : https://github.com/google/zerocopy/discussions/1680
Original file line number Diff line number Diff line change 1212//
1313// cargo -q run --manifest-path tools/Cargo.toml -p generate-readme > README.md
1414
15- //! *<span style="font-size: 100%; color:grey;">Need more out of zerocopy?
16- //! Submit a [customer request issue][customer-request-issue]!</span>*
17- //!
1815//! ***<span style="font-size: 140%">Fast, safe, <span
1916//! style="color:red;">compile error</span>. Pick two.</span>***
2017//!
2118//! Zerocopy makes zero-cost memory manipulation effortless. We write `unsafe`
2219//! so you don't have to.
2320//!
24- //! *Thanks for using zerocopy 0.8! For an overview of what changes from 0.7,
25- //! check out our [release notes][release-notes], which include a step-by-step
26- //! guide for upgrading from 0.7.*
21+ //! *For an overview of what's changed from zerocopy 0.7, check out our [release
22+ //! notes][release-notes], which include a step-by-step upgrading guide.*
2723//!
28- //! *Have questions? Need help? Ask the maintainers on [GitHub][github-q-a] or
29- //! on [Discord][discord]!*
24+ //! *Have questions? Need more out of zerocopy? Submit a [customer request
25+ //! issue][customer-request-issue] or ask the maintainers on
26+ //! [GitHub][github-q-a] or [Discord][discord]!*
3027//!
3128//! [customer-request-issue]: https://github.com/google/zerocopy/issues/new/choose
3229//! [release-notes]: https://github.com/google/zerocopy/discussions/1680
You can’t perform that action at this time.
0 commit comments