We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c98dc4 + ef0509c commit 33a5a49Copy full SHA for 33a5a49
cef/src/lib.rs
@@ -1,4 +1,6 @@
1
-#![doc = include_str!("../../README.md")]
+//! # cef-rs
2
+//!
3
+//! Use the [Chromium Embedded Framework](https://github.com/chromiumembedded/cef) in Rust.
4
5
pub mod args;
6
pub mod rc;
0 commit comments