Cranston's Life - Rust and More Rust

Reaching Enlightenment When Learning Rust!

I have read some discussion about Rust programming language users reaching a state of ENLIGHTENMENT in the When you learned Rust, what was your “aha!” moment? reddit submission.

For some of the Rust users the moment of enlightenment involves such matters as BORROWING, REFERENCES, and LIFETIMES.

To me this is not a surprise, as those are some of the more complex parts of the Rust learning EXPERIENCE.

To be a Rust master one must KNOW borrowing.

This discussion also makes me realize that one must sometimes be PERSISTENT when learning Rust.

Even if the enlightenment has not come to you as a new Rust user yet, maybe you should PERSEVERE.

Through perseverance maybe some day your moment of Rust programming language EPIPHANY will come!

Getting Rust into the Workplace!

Introducing new tech into an established workplace can be a DAUNTING task!

Sometimes even just upgrading to a new version of a technology already in use faces PUSHBACK and BUREAUCRACY.

Resistance to using new technology may be one of the things that can slow down Rust's ADOPTION in the workplace.

There was recent Have you tried to introduce Rust in the workplace? How was your experience? discussions at reddit about Rust in the WORKPLACE!

There may be WISDOM in reading and understanding how these other people have attempted this feat.

Rust and 3rd Party Library Global State!

It is an article that I have not yet read completely, but A Pragmatic Approach To Global State by Michael F. Bryan is one that I am SAVING to my reading queue.

Global state can be such a COMPLEX topic and when it involves Rust and C and FFI then it can be a real CHALLENGE!

When I have the time I must STUDY this article and the techniques it describes.