doc: explicitly mention the current way to go

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-01-10 11:59:42 +01:00
parent f0475cd5a1
commit f3d18a7492

View File

@ -6,6 +6,9 @@
//! The underlying machinery for these macros is contained in this crate and provides ways to
//! serialize and deserialize data between perl and rust.
//!
//! For now, see the [`make_package!`] macro for all the details, since as of the time of writing
//! this, we're only at rust 1.40.
//!
//! [`package`]: attr.package.html
//! [`export`]: attr.export.html
//! [`make_package!`]: macro.make_package.html