Skip to content

Commit 44c3179

Browse files
authored
Docs: add reference to rustpython_derive close to example (#6882)
Include a link for native module macros documentation, after an example where they are used.
1 parent 4c1c704 commit 44c3179

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
//!
4242
//! The binary will have all the standard arguments of a python interpreter (including a REPL!) but
4343
//! 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.
4446
4547
#![cfg_attr(all(target_os = "wasi", target_env = "p2"), feature(wasip2))]
4648
#![allow(clippy::needless_doctest_main)]

0 commit comments

Comments
 (0)