We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd9cf7 commit dbadce2Copy full SHA for dbadce2
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