Best of RustOctober 2021

  1. 1
    Article
    Avatar of nextNext.js·4y

    Blog - Next.js 12

    Next.js 12 includes a brand new Rust compiler that takes advantage of native compilation. We've optimized bundling and compiling with ~3x faster refresh locally and ~5x faster builds for production. Native Next.js APIs are now supported, as well as Suspense <Image /> AVIF Support.

  2. 2
    Article
    Avatar of medium_jsMedium·4y

    Create High-Performance JavaScript APIs using Rust

    WasmEdge brings together Rust’s performance and JavaScript's ease of use. The embed_js demo showcases several different examples of how to embed JavaScript inside Rust. The interpreter runs inside WasmEdge, and can execute JavaScript code, which calls API functions, from CLI or the network.

  3. 3
    Article
    Avatar of tnwThe Next Web·5y

    Thought you loved Python? Wait until you meet Rust

    A whopping 87 percent of Rust developers love this language above all others. It’s a neat hack to ensure that unused data is being cleaned without forcing the programmer to think about allocating and freeing memory all the time. While it is not as dead-easy to write as Python, it's not as clunky as C once you’ve understood it.

  4. 4
    Article
    Avatar of itsfossIt's Foss·4y

    GitUI: A Blazing Fast Terminal Client for Git Written in Rust

    Weekly Linux Newsletter Join 75,000 other Linux users and start your journey to become a better, informed desktop Linux user. Don’t find what you are looking for? Don't worry, we'll help you find it. Back to the page you came from.

  5. 5
    Article
    Avatar of devtoDEV·4y

    Cool Features Of Next JS 12

    Next.js 12 includes a brand new Rust compiler that takes advantage of native compilation. Rust gives 3x faster refresh locally and 5x faster builds for production which can reduce your CI/CD build time drastically. CDN module imports means you can import any HTTP(S) dependencies as a local module.