1.
Hello
❱
1.1.
Why Rust
1.2.
Why Wasm
1.3.
Why Solana
2.
Rust
❱
2.1.
R5 - Entry
❱
2.1.1.
Setup
2.1.2.
Enjoy Day 1
2.1.3.
Enjoy Day 2
2.1.4.
Enjoy Day 3
2.1.5.
Enjoy Day 4
2.1.6.
Enjoy Day 5
2.1.7.
Enjoy Day 6
2.1.8.
Enjoy Day 7
2.1.9.
Teardown
2.2.
R4 - Basic
❱
2.2.1.
Parse json with serde
2.2.2.
Fetch json with reqwest
2.2.3.
Fetch multiple with futures
2.2.4.
Fetch multiple with tokio
2.2.5.
Handle multiple result and option
2.2.6.
Build a fetch module
2.3.
R3 - Advanced
❱
2.3.1.
Lifetimes
2.3.2.
Create your own lib
2.3.3.
ref
2.3.4.
Deref coercions
2.3.5.
RefCell
2.3.6.
Trait
2.3.7.
Serde
2.3.8.
Enum
2.3.9.
Derive More
2.3.10.
Typed Builder
2.3.11.
Generic array
2.3.12.
AsRef
2.4.
R2 - Expert
❱
2.4.1.
Hello Actix CloudRun
2.4.2.
Hello Diffusers Stable Diffusion
2.5.
R1 - Master
❱
2.5.1.
String
2.5.2.
Marker Types
3.
Wasm
❱
3.1.
Setup
3.2.
Enjoy
3.3.
Hello Wasm Js
3.4.
React Wasm fetch with reqwest
3.5.
Hello Wasm Sleep and Time
3.6.
Hello Wasm NPM
3.7.
Hello Wasm Firebase
3.8.
Hello Wasm Cloudflare
3.9.
Hello Wasm Fastly
3.10.
Serialize Js data
4.
Solana
❱
4.1.
Hello Solana
4.2.
Fetch balance
4.3.
NFT Memberships
5.
ML
❱
5.1.
LLaMA-rs
6.
Bye
Light
Rust
Coal
Navy
Ayu
Gist of Rust
String
🤔
refer to Will Crichton
#![allow(unused)]
fn main() {
let s1 = String::from("Hello ");
}
Vec
RawVec
Unique
NonNull
vec
buf
pointer
72
marker
PhantomData
cap
6
alloc
Global
len
6
ptr
pointer
String
s1
Stack