Skip to content

Commit b5921d8

Browse files
committed
winit-core: add top-level doc
1 parent b5a6a4e commit b5921d8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

winit-core/src/lib.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
//! # Core types for Winit
2+
//!
3+
//! Platform-agnostic types and traits useful when implementing Winit backends,
4+
//! or otherwise interfacing with Winit from library code.
5+
//!
6+
//! See the [`winit`] crate for the full user-facing API.
7+
//!
8+
//! [`winit`]: https://docs.rs/winit
9+
110
#[macro_use]
211
pub mod as_any;
312
pub mod cursor;

0 commit comments

Comments
 (0)