Skip to content

Misunderstanding of Crate::Module::Item Concepts as Newbie #4231

@anu-sin-theta

Description

@anu-sin-theta
  • I have searched open and closed issues and pull requests for duplicates, using these search terms:

  • I have checked the latest main branch to see if this has already been fixed, in this file:
    • Not fixed yet

URL to the section(s) of the book with this problem:

  • Chapter 2 Guessing Game
  • Description of the problem:
    The issue is while in std::io::stdin:
    std is the standard library in Rust.
    io is a module within the std library.
    stdin is a function within the io module, but the book said "io library" it does confused too much as a newbie the user won't impose his thoughts for a moment he/she will rather trust the BOOK that ::io is indeed a library (with confusion in his mind). so it needs to be fixed.
  • Suggested fix:

Replace "library" with "Module"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions