Live data from Hacker News

Rust (and Slint) on a Jailbroken Kindle

sverre.me

41–43 of 43 posts

Re: Rust (and Slint) on a Jailbroken Kindle

#41
post #17

I am working on a self-hosted library server for jailbroken kindle and opted for using pure Rust for the KUAL app to sync books and annotations with the server. It's just running `cargo build --release --target armv7-unknown-linux-musleabihf` with a .cargo/config.toml: ``` [target.armv7-unknown-linux-musleabihf] linker = "rust-lld" rustflags = ["-C", "link-self-contained=yes"]. ``` the downside is I can't use any c-d…

[dead]
Post reply on HN