Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Payouts
Muted
Promoted
Global
Top communities
Create decentralized community
latest #rust-series created topics on internet
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
$ 0.000
20
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
$ 0.125
19
hirohurl
Threespeak
2026-04-07 04:30
Promoted
Another attempt at a 90 second #deadhang
This was my fifth and final dead hang challenge of March 2026. My record dead-hang until then was 81 seconds... Would I be able to beat it? I took along a countdown timer to see if it would help me stay
$ 0.894
167
7
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
$ 24.446
41
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
$ 0.000
63
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
$ 23.800
38
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
$ 0.000
20
1
shaidon
Silver Bloggers
2026-04-02 13:01
Promoted
Amazon and Weaponised Incompetence.
Amazon and Weaponised Incompetence The Undelivered Package I had a day off yesterday. It was perfectly timed to coincide with the delivery of 2 packages. The first package arrived before 9am, and I picked
$ 2.455
266
12
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
$ 0.000
7
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
$ 0.000
13
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
$ 0.000
8
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
$ 21.284
91
tangmo
travel
2026-04-08 11:40
Promoted
Wat Ruak, a small temple, but fascinating
Wat Ruak, a small temple, but fascinating Wat Ruak is a small temple, but fascinating. It’s the first temple in the Phrapradaeng district. I occasionally found this temple when I strolled down from my
$ 2.197
366
1
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.
$ 0.000
5
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.
$ 1.849
202
1
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
$ 0.000
4
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
$ 43.586
40
pranavgtd
Worldmappin
2026-04-04 10:02
Promoted
Chagar Tso.
Chagar Tso
Hello Hive Community. I hope you all are fine. I am also fine here. In today's post, I have introduced you to the beautiful Lake Chagar Tso. If I talk to you about our beautiful earth, then there are many
$ 24.159
681
16
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
$ 0.000
17
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
$ 0.000
15
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
$ 0.000
31
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
$ 0.000
7