You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/src/01_intro/00_welcome.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,7 @@
1
1
# Welcome
2
2
3
-
Welcome to **"Rust-Python interoperability"**!
4
-
5
-
This course will teach you how to write Python extensions in Rust,
6
-
and how to call Rust code from Python.
3
+
Welcome to **"Rust-Python interoperability"**!\
4
+
This course will teach you how to call Rust code from Python, packaged as a native extension module.
7
5
8
6
We assume you are familiar with both Rust and Python, but we don't assume any prior interoperability knowledge. We will provide a brief explanation and references whenever we rely on advanced language features in either language.
0 commit comments