Docs.rs
  • heim-common-0.1.0-beta.1
    • heim-common 0.1.0-beta.1
    • Docs.rs crate page
    • Apache-2.0 OR MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • svartalf
    • Dependencies
      • backtrace ~0.3 normal
      • cfg-if ~0.1 normal
      • futures-core ^0.3 normal
      • futures-util ^0.3 normal
      • libc ~0.2 normal
      • pin-utils ^0.1.0-alpha.4 normal
      • uom ^0.28.0 normal
      • futures-executor ^0.3 dev
      • version-sync ^0.8 dev
      • core-foundation ^0.7.0 normal
      • mach ^0.3.2 normal
      • winapi >= 0.3.8 normal
      • lazy_static ^1.3.0 normal
      • nix ^0.17.0 normal
    • Versions
  • Go to latest stable release
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
☰
logo

Crate heim_common

See all heim_common's items

  • Modules
  • Macros
  • Structs
  • Type Definitions

Crates

  • heim_common
Change settings

[−][src]Crate heim_common

[−] Expand description

This crate shares common functionality across the heim sub-crates.

Do NOT use it directly.

Modules

prelude

Prelude intended to be used across heim-* crates.

units

Measurement units used in API.

Macros

wrap

Generate boilerplate code for newtypes hiding the platform-specific implementations.

Structs

Error

Error type for data fetching operations.

Type Definitions

Pid

Process identifier type.

Result

A specialized Result type for data fetching functions.

Results for TryStreamExt

In Names
(2)
In Parameters
(0)
In Return Types
(0)
heim_common::prelude::TryStreamExtAdapters specific to `Result`-returning streams 
heim_common::prelude::futures::stream::TryStreamExtAdapters specific to `Result`-returning streams 
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.

Keyboard Shortcuts

?
Show this help dialog
S
Focus the search field
↑
Move up in search results
↓
Move down in search results
↹
Switch tab
⏎
Go to active search result
+
Expand all sections
-
Collapse all sections

Search Tricks

Prefix searches with a type followed by a colon (e.g., fn:) to restrict the search to a given type.

Accepted types are: fn, mod, struct, enum, trait, type, macro, and const.

Search functions by type signature (e.g., vec -> usize or * -> vec)

Search multiple things at once by splitting your query with comma (e.g., str,u8 or String,struct:Vec,test)

You can look for items with an exact name by putting double quotes around your request: "string"

Look for items inside another one by searching for a path: vec::Vec