We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ea793 commit dfa9421Copy full SHA for dfa9421
src/lib.rs
@@ -1,6 +1,5 @@
1
-//! FFI opaque pointers.
2
-//!
3
-//! FFI to use Rust objects from C as opaque pointer.
+#![feature(external_doc)]
+#![doc(include = "../README.md")]
4
5
#![allow(unsafe_code)]
6
#![warn(missing_docs)]
0 commit comments