Rust API Design Learnings

Поделиться
HTML-код
  • Опубликовано: 6 фев 2023
  • Lessons learned from building Rust libraries
    My Rust Talk from FOSDEM 2023
    Slides: mitsuhiko.pocoo.org/RustAPI.pdf
    Talk page: fosdem.org/2023/schedule/even...
  • НаукаНаука

Комментарии • 5

  • @jimii_47
    @jimii_47 Год назад +3

    awesome talk. Building API's that others use seems difficult. But I believe as you said, the builders should put some time and though into how others will use it.

  • @nahblue
    @nahblue 4 месяца назад

    A note on 31:20, I don't think trait methods override inherent methods. In fact it's the other way around, which can be confusing, that inherent methods resolve with priority if methods names clash.

  • @0xedb
    @0xedb Год назад +3

    Great talk

  • @valentinussofa4135
    @valentinussofa4135 Год назад +1

    Great talk. Thank you very much. 🙏