Docs.rs
  • hacker-rs-0.1.5
    • hacker-rs 0.1.5
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • JoeyMckenzie
    • Dependencies
      • reqwest ^0.11 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • thiserror ^1 normal
      • time ^0.3 normal
      • axum ^0.6 dev
      • tokio ^1 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • 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

hacker_rs0.1.5

Crate Items

  • Structs
  • Enums
  • Constants
  • Type Aliases

List of all items

Structs

  • client::HackerNewsClient
  • comments::HackerNewsComment
  • items::HackerNewsItem
  • stories::HackerNewsStory
  • users::HackerNewsUser

Enums

  • client::ApiVersion
  • errors::HackerNewsClientError
  • items::HackerNewsItemType

Type Aliases

  • errors::HackerNewsResult

Constants

  • API_BASE_URL
  • DEFAULT_TIMEOUT_SECONDS
  • ITEM_ENDPOINT
  • USERS_ENDPOINT