d5a09063f66b0b12928875e7c0b2f02946f736c3
Adding alloc-no-stdlib v3.0.0 Updating alloc-stdlib v0.2.2 -> v0.2.3 Updating brotli-decompressor v5.0.1 -> v5.0.2 Updating cc v1.2.63 -> v1.2.64 Updating intrusive-collections v0.10.1 -> v0.10.2 Updating js-sys v0.3.100 -> v0.3.102 Updating memchr v2.8.1 -> v2.8.2 Updating s2n-tls-sys v0.3.37 -> v0.3.38 Updating s2n-tls v0.3.37 -> v0.3.38 Updating smallvec v1.15.1 -> v1.15.2 Updating time-core v0.1.8 -> v0.1.9 Updating time-macros v0.2.27 -> v0.2.29 Updating time v0.3.47 -> v0.3.49 Updating wasip2 v1.0.3+wasi-0.2.9 -> v1.0.4+wasi-0.2.12 Updating wasm-bindgen-futures v0.4.73 -> v0.4.75 Updating wasm-bindgen-macro-support v0.2.123 -> v0.2.125 Updating wasm-bindgen-macro v0.2.123 -> v0.2.125 Updating wasm-bindgen-shared v0.2.123 -> v0.2.125 Updating wasm-bindgen v0.2.123 -> v0.2.125 Updating web-sys v0.3.100 -> v0.3.102 Updating zeroize_derive v1.4.3 -> v1.5.0 Updating zeroize v1.8.2 -> v1.9.0
lanspread
Peer-to-peer game library sharing for LAN parties. Peers discover each other on the local network via mDNS, exchange library metadata over QUIC, and let users browse and download games from each other. Ships as a Tauri desktop app.
Build / install
Install Rust, Deno, and just first, then bootstrap the project:
just setup
That installs the Tauri CLI with cargo install tauri-cli and installs the
Deno/npm dependencies from crates/lanspread-tauri-deno-ts.
Run the desktop app in development mode:
just run
Build without bundling:
just build
Create production bundles:
just bundle
Important just commands
just setup- install the Tauri CLI and frontend dependencies.just run- run the Tauri app in dev mode.just build- build the app without bundling.just bundle- create production bundles.just fmt- format Rust, TOML, and the justfile.just clippy- lint the Rust workspace.just test- run workspace tests.just frontend-test- run frontend tests.just peer-cli-build- build the JSONL peer test harness.just peer-cli-image- build the peer harness Docker image.just peer-cli-run NAME- run one peer harness container.
Description
Languages
Rust
63.5%
TypeScript
12.8%
Python
8.8%
CSS
7.5%
JavaScript
5.5%
Other
1.8%