Alan-R / rust-nanoprobe

An implementation of the Assimilation project nanoprobe in Rust
2 stars 0 forks source link

Create initial version of the Assimilation Nanoprobe in Rust. #1

Open Alan-R opened 11 months ago

Alan-R commented 11 months ago

Create new version of Assimilation Nanoprobe in Rust.

Tasks

Alan-R commented 11 months ago

I've started my journey learning Rust with a little "hello world" command execution code which I will evolve into the real code. So far, understanding how to deal with Rust object lifetime has been my difficulty - as expected.