1. Introduction
  2. 1. Serialization
    ❱
    1. 1.1. JSON
    2. 1.2. Binary
    3. 1.3. Third party crates
  3. 2. Random numbers
  4. 3. SSL/TLS toolkit
    ❱
    1. 3.1. RSA
  5. 4. N-dimensional array
  6. 5. Lazy initialization
  7. 6. Regular expression
  8. 7. WebAssembly
    ❱
    1. 7.1. Compile targets
    2. 7.2. Run a simple program
    3. 7.3. Rust Javascript binding
    4. 7.4. WebAssembly on the server side
    5. 7.5. Call Javascript from Rust

Rust By Example -- Extended Edition

Regular expression

Coming soon!