Add robust myfsio_core staleness detection with Python fallback; document Rust extension build in README

This commit is contained in:
2026-03-31 17:13:05 +08:00
parent 2ad3736852
commit e94b341a5b
5 changed files with 23 additions and 0 deletions

View File

@@ -72,6 +72,11 @@ source .venv/bin/activate
# Install dependencies
pip install -r requirements.txt
# (Optional) Build Rust native extension for better performance
# Requires Rust toolchain: https://rustup.rs
pip install maturin
cd myfsio_core && maturin develop --release && cd ..
# Start both servers
python run.py