soul's workbench

rust

Jul 29, 20231 min read

28 Jul 23 4:51 am type: related:

rust

  • statically typed
  • open source by firefox
  • like c++, low level system programming & highly performant applications
  • solana smart contracts

running rust: cargo is similar to npm

  • dont need to specify type, rust can infer
  • unsigned = can’t store negative values
  • signed = can store negative values

rust stack vs heap memory


references

https://www.youtube.com/watch?v=-AAtfPHEMbA&list=PL53JxaGwWUqCr3xm4qvqbgpJ4Xbs4lCs7&index=1


Graph View

  • rust
  • references

Backlinks

  • learning rust

Created with Quartz v4.5.2 © 2025

  • twitter
  • github