Skip to content

Fix #37

どら edited this page May 3, 2019 · 24 revisions

Check max data size and ILP address length #37

Learn Rust

Rustの日本語ドキュメント

  • Variable and Mutability
  • Types
  • Flow Control
  • Ownership
  • Struct
  • Enum
  • Module System
  • Collection
    • Vec
    • String
    • HashMap
  • Error
    • panic!
    • Result
    • ? (delegating error)
  • Generic, Trait, Lifetime
  • Closure (move, Fn, FnMut, FnOnce, Cacher)
  • Iterator (zip, map, filter, sum, skip, collect, into_iter, iter_mut)
  • Cargo
  • Smart Pointer
  • Concurrency
  • OOP
  • Patterns and Matchings
  • Advanced Features
  • How to add a GitHub project crates as a dependency

Learn Futures

  • What is Futures for?
  • What does it offer?

Learn Tokio

  • What is Tokio for?
  • What does it offer?

Learn specs

interledger-rs reading

  • Where is the connection?
  • Where is the stream?

Fix

Memo

Clone this wiki locally