| commit | 864ab8c6e277412574e5f4e6e1c13a60b1e69359 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Sun Mar 29 22:25:40 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Sun Mar 29 22:25:40 2020 -0700 |
| tree | a46a4f352ca1ba5b2826315dc9f53f8085c3335d | |
| parent | addc748bbcfc4d3837994db9f3ffb53e25bc270b [diff] [blame] |
Add github repo link to documentation
diff --git a/src/lib.rs b/src/lib.rs index 8a80553..dfd3414 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -1,3 +1,7 @@ +//! **[https://github.com/dtolnay/cxx]** +//! +//! <br> +//! //! This library provides a **safe** mechanism for calling C++ code from Rust //! and Rust code from C++, not subject to the many ways that things can go //! wrong when using bindgen or cbindgen to generate unsafe C-style bindings.