https://github.com/sundeeep/rust-demystified
My learning of Rust language by embracing it's cutting edge advantages in each and every domain of compute science and engineering.
https://github.com/sundeeep/rust-demystified
blockchain-technology database operating-system rust smart-contracts web3
Last synced: 10 months ago
JSON representation
My learning of Rust language by embracing it's cutting edge advantages in each and every domain of compute science and engineering.
- Host: GitHub
- URL: https://github.com/sundeeep/rust-demystified
- Owner: sundeeep
- License: mit
- Created: 2024-10-21T15:39:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T18:27:57.000Z (about 1 year ago)
- Last Synced: 2025-02-08T11:44:04.258Z (12 months ago)
- Topics: blockchain-technology, database, operating-system, rust, smart-contracts, web3
- Language: Rust
- Homepage: https://sundeeep.hashnode.dev/series/rust-demystified
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My RUST language learnings
I have demystifid the pivotal concepts that makes rust programming language: most-loveable, memory-safe, and one of the blazingly fast executable programming language.
### 4 Pillars that makes Rust, Memory Safe Language.
- Ownership
- Moving
- Borrowing
- References