mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-26 13:40:18 +00:00
Link to lib.rs
This commit is contained in:
parent
78e794e1ef
commit
349c142018
1 changed files with 2 additions and 2 deletions
|
@ -27,11 +27,11 @@
|
|||
|
||||
<h3>What is blessed.rs?</h3>
|
||||
<p class="introduction">
|
||||
Compared to other programming languages such as Python and Go, Rust's standard library is very small, including only core data structures in the standard library with all other functionality farmed out to 3rd party ecosystem crates, and a common complaint from new Rust developers is that they don't know where to start: which crates they ought to use and which crates they ought to trust.
|
||||
Compared to other programming languages such as Python and Go, Rust's standard library is very small, including only core data structures in the standard library with all other functionality farmed out to 3rd party ecosystem crates, and a common complaint from new Rust developers is that they don't know where to start: which crates they ought to use and which crates they ought to trust. This list attempts to answer those questions.
|
||||
</p>
|
||||
|
||||
<p class="introduction">
|
||||
This list attempts to answer those questions.
|
||||
See also <a href="https://lib.rs">lib.rs</a> which takes a more automated approach (ordering crates by number of downloads) and also has an excellent search function.
|
||||
</p>
|
||||
|
||||
{% for group in crate_groups %}
|
||||
|
|
Loading…
Reference in a new issue