Git Product home page Git Product logo

Comments (3)

nicoburns avatar nicoburns commented on July 18, 2024

You're actually not the first person to point that out. I wonder if it would be worth including parts of the standard library in the list. I feel like to_be_bytes, etc probably aren't that discoverable on their own. OTOH, that could bloat the list out quite a lot if Vec and Result need to be on there.

from blessed-rs.

oconnor663 avatar oconnor663 commented on July 18, 2024

Yeah there are a bunch of stdlib things like [T]::split_at_mut and String::from_utf8_lossy that you really need to know about to get work done, but which are hard to search for if you don't already know their names. My instinct is that it's hard to be both a beginner tutorial and a list of blessed crates at the same time, though, and that you shouldn't feel bad about only doing one of those things :)

from blessed-rs.

oconnor663 avatar oconnor663 commented on July 18, 2024

One of the nice things about Rust having a not-giant stdlib is that it's reasonable to actually try to read through it, especially modules like std::collections and std::iter. But there are still a bunch of modules like std::fmt and std::task where it's more like "Hmm this is actually just a bunch of machinery that you don't want to think about until you need it later." It might be nice to have a project along the lines of Rust By Example that tries to be "a tour of the Rust stdlib modules that are actually worth your time to read".

from blessed-rs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.