-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 004974a
Showing
16,492 changed files
with
223,252 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Empty file.
Empty file.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Documentation for Rustdoc"><title>Help</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="./static.files/${f}">`).join(""))</script><link rel="stylesheet" href="./static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="./static.files/rustdoc-492a78a4a87dcc01.css"><meta name="rustdoc-vars" data-root-path="./" data-static-root-path="./static.files/" data-current-crate="wayland_protocols_plasma" data-themes="" data-resource-suffix="" data-rustdoc-version="1.82.0 (f6e511eec 2024-10-15)" data-channel="1.82.0" data-search-js="search-a99f1315e7cc5121.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="./static.files/storage-118b08c4c78b968e.js"></script><script defer src="./static.files/main-921df33f47b8780c.js"></script><noscript><link rel="stylesheet" href="./static.files/noscript-3b12f09e550e0385.css"></noscript><link rel="alternate icon" type="image/png" href="./static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="./static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod sys"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button><a class="logo-container" href="./index.html"><img class="rust-logo" src="./static.files/rust-logo-151179464ae7ed46.svg" alt=""></a></nav><nav class="sidebar"><div class="sidebar-crate"><a class="logo-container" href="./index.html"><img class="rust-logo" src="./static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2><a href="./index.html">Rustdoc</a><span class="version">1.82.0</span></h2></div><div class="version">(f6e511eec 2024-10-15)</div><h2 class="location">Help</h2><div class="sidebar-elems"></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Rustdoc help</h1><span class="out-of-band"><a id="back" href="javascript:void(0)" onclick="history.back();">Back</a></span></div><noscript><section><p>You need to enable JavaScript to use keyboard commands or search.</p><p>For more information, browse the <a href="https://doc.rust-lang.org/rustdoc/">rustdoc handbook</a>.</p></section></noscript></section></div></main></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Wayland-rs crates</title> | ||
<link rel="stylesheet" type="text/css" href="rust.css" /> | ||
</head> | ||
<body class="rustdoc"> | ||
<h1 class="title">Wayland-rs crates</h1> | ||
<p>This page hosts the documentation for the crates of the wayland-rs repository.</p> | ||
<h2 class="title">Main crates</h2> | ||
<p><a href="wayland_client"><strong>wayland-client API docs</strong></a>. API documentation | ||
of the <a href="https://crates.io/crates/wayland_client">wayland-client crate</a>. It is the | ||
core crate for writing wayland client apps.</p> | ||
<p><a href="wayland_server"><strong>wayland-server API docs</strong></a>. API documentation | ||
of the <a href="https://crates.io/crates/wayland_server">wayland-server crate</a>. It is the | ||
core crate for writing wayland compositors.</p> | ||
<p><a href="wayland_protocols"><strong>wayland-protocols API docs</strong></a>. API documentation | ||
of the <a href="https://crates.io/crates/wayland_protocols">wayland-protocols crate</a>. This | ||
crate provides generated bindings for various classic wayland protocol extensions. To be used | ||
with wayland-client or wayland-server.</p> | ||
<p><a href="wayland_commons"><strong>wayland-commons API docs</strong></a>. API documentation | ||
of the <a href="https://crates.io/crates/wayland_commons">wayland-commons crate</a>. This | ||
crate contains various type and trait definitions used by the other crates.</p> | ||
<h2 class="title">Internal crates</h2> | ||
<p>These crates are not meant to be used by everyone wanting to make wayland apps. You'll mostly | ||
need them if you want to bind a protocol extention that is not (yet) provided by wayland-protocols.</p> | ||
<p><a href="wayland_sys"><strong>wayland-sys API docs</strong></a>. API documentation | ||
of the <a href="https://crates.io/crates/wayland_sys">wayland-sys crate</a>. It contains raw FFI bindings | ||
to the C libwayland-*.so libraries.</p> | ||
<p><a href="wayland_scanner"><strong>wayland-scanner API docs</strong></a>. API documentation | ||
of the <a href="https://crates.io/crates/wayland_scanner">wayland-scanner crate</a>. It contains all | ||
the necessary logic to parxe an XML protocol extension specification and generate the associated rust | ||
code to use with wayland-client or wayland-server.</p> | ||
</body> | ||
</html> |
Oops, something went wrong.