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
onemoretea
Actifit
2026-08-09 21:18
Promoted
Feathered Friends in the Morning - My Actifit Report Card: August 9th, 2026
Welcome to Liquid Eye’s Actifit Blog Sunday ☀️ 12624 A warm, sunny Sunday morning for a relaxing bike ride to Plötzensee, including a walk around the lake using interval walking. It’s always a nice change
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
tonyz
Black And White
2026-08-08 10:58
Promoted
Shadowplay. Monomad Challenge.
Low angle sunlight in Normandy.
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
katriel1
Discovery-it
2026-08-11 17:22
Published via Ecency
Promoted
Venezuela Earthquake 2026: The Devastating Alba Case
The Alba Case: The Hidden Tragedy Behind Mistaken Identities in the Venezuelan Earthquake The June 24, 2026 earthquake in Venezuela left not only material debris, but also a profound institutional and
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
metrade
leofinance
2026-08-09 16:53
Published via Ecency
Promoted
3 Spread Betting Brokers Worth Considering
3 Spread Betting Brokers Worth Considering Choosing a spread betting broker is rarely about finding one company that is better at everything. Traders have different priorities. Some want the lowest possible
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 →