We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustpython_derive
1 parent 4c1c704 commit 44c3179Copy full SHA for 44c3179
1 file changed
src/lib.rs
@@ -41,6 +41,8 @@
41
//!
42
//! The binary will have all the standard arguments of a python interpreter (including a REPL!) but
43
//! it will have your modules loaded into the vm.
44
+//!
45
+//! See [`rustpython_derive`](../rustpython_derive/index.html) crate for documentation on macros used in the example above.
46
47
#![cfg_attr(all(target_os = "wasi", target_env = "p2"), feature(wasip2))]
48
#![allow(clippy::needless_doctest_main)]
0 commit comments