You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a minimal Rust + JavaScript notes web app. The backend is a Rust HTTP server (std-only) that serves a notes API with create/update/delete and persists notes. The frontend is a dependency‑fr…