Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 881 - 890 of 2,385 for host:doc.rust-lang.org (0.05 seconds)

  1. sink in std::io - Rust

    Creates an instance of a writer which will successfully consume all data.
    doc.rust-lang.org/std/io/fn.sink.html
    Thu May 28 17:42:12 GMT 2026
      5.6K bytes
  2. pipe in std::io - Rust

    Creates an anonymous pipe.
    doc.rust-lang.org/std/io/fn.pipe.html
    Thu May 28 17:42:12 GMT 2026
      10.5K bytes
  3. stderr in std::io - Rust

    Constructs a new handle to the standard error of the current process.
    doc.rust-lang.org/std/io/fn.stderr.html
    Thu May 28 17:42:12 GMT 2026
      6.9K bytes
  4. std::collections::linked_list - Rust

    A doubly-linked list with owned nodes.
    doc.rust-lang.org/std/collections/linked_list/index.html
    Thu May 28 17:42:09 GMT 2026
      5.8K bytes
  5. std::collections::btree_map - Rust

    An ordered map based on a B-Tree.
    doc.rust-lang.org/std/collections/btree_map/index.html
    Thu May 28 17:42:09 GMT 2026
      8.9K bytes
  6. from_fn in std::iter - Rust

    Creates an iterator with the provided closure `F: FnMut() -> Option<T>` as its `next` method.
    doc.rust-lang.org/std/iter/fn.from_fn.html
    Thu May 28 17:42:12 GMT 2026
      7.8K bytes
  7. once_with in std::iter - Rust

    Creates an iterator that lazily generates a value exactly once by invoking the provided closure.
    doc.rust-lang.org/std/iter/fn.once_with.html
    Thu May 28 17:42:12 GMT 2026
      8.4K bytes
  8. chain in std::iter - Rust

    Converts the arguments to iterators and links them together, in a chain.
    doc.rust-lang.org/std/iter/fn.chain.html
    Thu May 28 17:42:12 GMT 2026
      8.3K bytes
  9. ptr_metadata in std::intrinsics - Rust

    Lowers in MIR to `Rvalue::UnaryOp` with `UnOp::PtrMetadata`.
    doc.rust-lang.org/std/intrinsics/fn.ptr_metadata.html
    Thu May 28 17:42:11 GMT 2026
      3.9K bytes
  10. ptr_offset_from in std::intrinsics - Rust

    See documentation of `<*const T>::offset_from` for details.
    doc.rust-lang.org/std/intrinsics/fn.ptr_offset_from.html
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
Back to Top