Login
Discover
Waves
Communities
Login
Signup
Topics
#rust-series
Global
Trending
Hot
New
Top
#rust-series
New
Top communities
Create your community
latest #rust-series created topics | Ecency
chetanshetty
antique
2018-03-31 13:14
Antique - wall clock
Beautiful antique wall clock with rusty look... gives anice look for the room.. Steepshot | IPFS | Google Play
$ 0.048
3
2
jimmco
programming
2018-02-02 17:34
New episodes of Programming in Rust series coming soon and some recapitulation
Over one year ago I had been writing series about programming in Rust (rust-series) published here at Steemit. Today, I decided to continue this series as Rust programming language matured since then (to
$ 2.073
6
jimmco
rust-series
2016-10-27 16:44
Rust lang series episode #33 — tcp client (#rust-series)
Hi again everyone, here comes another Rust lang series episode. In last episode we've built simple TCP server and used web browser and command line application curl to connect it. Now we are going to implement
jimmco
rust-series
2016-10-27 12:45
Rust lang series episode #32 — tcp server (#rust-series)
Greetings everyone, here comes another Rust lang series episode. Today we will try to create simple TCP server in Rust that will listen at given port and return simple text greeting when connected. Each
borsengelaber
Deutsch D-A-CH
2026-07-22 04:10
Published via Ecency
Promoted
Mailand? / Milan? [GER/ENG]
Erinnert mich an die berühmte Passage in Mailand gegenüber des Doms. Ist aber der Olivandenhof. Kennt ihr den? It reminds me of that famous passageway in Milan across from the cathedral. But this is the
jimmco
rust-series
2016-10-26 13:07
Rust lang series episode #31 — regex (#rust-series)
Hi again everyone, here comes another Rust lang series episode, this time about Rust and regular expressions. Regular expressions (regex) are standard for a powerful operations with strings. Although String
jimmco
rust-series
2016-10-26 07:29
Rust lang series episode #30 — channels (#rust-series)
Hello everyone, 30th Rust lang series episode is here. In previous episode, we were working with multiple threads. Today we will extend it with knowledge of channels. Channels Channel in Rust is facility
jimmco
rust-series
2016-10-25 19:14
Rust lang series episode #29 — threads (#rust-series)
Hello everyone, new Rust lang series episode is here. Topic of this episode is working with additional threads. As even mid-range mobile phones CPU today contain multiple cores and each of them is individual
jimmco
rust-series
2016-10-25 13:26
Rust lang series episode #28 — linking data structures (#rust-series)
Hello everyone, new Rust lang series episode is here. Today we will play with references and composing data across structures or simply said with linking data structures. In the past we've used Article
melinda010100
Town Square
2026-07-20 13:09
Published via Ecency
Promoted
Ecency Leaderboard Challenge
Let's get the new week off to a good start with the next Ecency Leaderboard Challenge using Random.org to pick the winners from the WEEKLY Leaderboard. Let's award some prizes for all your Ecencial activity
jimmco
rust-series
2016-10-23 18:36
Rust lang series episode #27 — writing text file (#rust-series)
Hello everyone, new Rust series episode is here. Last time we've tried reading text file, today we will try to create a new file and write some content to it. Writing text to file Again we will use API
jimmco
rust-series
2016-10-21 12:00
Rust lang series episode #26 — text file reading (#rust-series)
Hello everyone, new episode of Rust lang series is here. As we understand more language fundamentals today we can try again something more practical. Quite common task here is to read content of some text
jimmco
rust-series
2016-10-20 21:37
Rust lang series episode #25 — pointers (#rust-series)
Good morning everyone, there is a new Rust lang episode. We will talk about pointers in Rust, how to handle them and few things around. Content Pointers Stack and heap Box References Raw pointers Summary
jimmco
rust-series
2016-10-19 18:00
Rust lang series episode #2 4 — user error types (#rust-series)
Hello everyone, new episode of rust series is here, today we will close Error handling in Rust. We will finish our error handling sub-series with user error types and brief summary. Content From trait
skiptvads
Scrobble.life
2026-07-21 02:48
Promoted
[Movie] Backrooms (2026) - Works Better Before the Answers Arrive - REVIEW
Source Been sitting on this one to understand a bit more of what this movie is really about, first I watch it with zero knowledge of what the Backrooms are, if you only watch the movie without context
jimmco
rust-series
2016-10-19 07:07
Rust lang series episode #2 3— composing results (#rust-series)
Hello everyone, new episode of rust series is here, today we will discuss Error handling from composition point of view. We touched that previous episode and today we show more details and another approaches.
jimmco
rust-series
2016-10-14 09:15
Rust lang series episode #22 — try! macro (#rust-series)
Hello everyone, new episode of rust series is here, today we will discuss more about Error handling in Rust. If you missed previous episode about error handling I recommend to go back and start there.
jimmco
rust-series
2016-10-13 18:06
Rust lang series episode #21 — macros (#rust-series)
Hello everyone, new episode of rust series is here. Today it's going to be some introduction of Rust macros. Macros in Rust bring even more flexibility to Rust language. We already know many macros like
jimmco
rust-series
2016-10-11 11:38
Rust lang series episode #20 — reading from standard input (#rust-series)
Hello everyone, new episode of rust series is here. As we know enough language fundamentals today we can try something more practical. At this stage we will not deal with any GUI, we will have just a terminal
darth-azrael
retrogaming
2026-07-18 21:21
Published via Ecency
Promoted
GamePro (April 1998)
Next to Electronic Gaming Monthly, GamePro was perhaps the most popular video game magazine for many years, at least in North America. I always preferred EGM but GamePro had some great content to. The
jimmco
rust-series
2016-10-09 11:42
Rust lang series episode #19 — error handling (#rust-series)
Hello everyone, new episode of rust series is here, today we will discuss error handling in Rust. Proper error handling is key aspect for successful code in any programming language. Rust uses return values
jimmco
rust-series
2016-10-07 12:17
Rust lang series episode #18 — closures (#rust-series)
Hello everyone, new episode of rust series is here, today we will discuss closures in Rust. Closures, also called lambdas, are functions that can capture the enclosing environment. Closures vs fn functions
jimmco
rust-series
2016-10-06 07:25
Rust lang series episode #17 — dispatching (#rust-series)
Hello everyone, new episode of rust series is here, today we will discuss dispatching. Dispatching in Rust is a mechanism to determine which polymorph code to run. This can sound strange mysteriously but
jimmco
rust-series
2016-10-05 06:38
Rust lang series episode #16 — modules (#rust-series)
Hello everyone, new episode of rust-series is here, today we will discuss modules. Up to now we always put our code into one .rs file and it is fine for our limited needs, indeed. But in general, when
Older →