LINUX.ORG.RU

История изменений

Исправление Dark_SavanT, (текущая версия) :

For ChirpStack v4, it was decided to use Rust rather than Go. This was not an easy choice and the arguments for this decision are debatable. However, as most code was touched during the ChirpStack Application Server and ChirpStack Network Server merge, it was the only moment to re-consider this. The Rust memory management prevents many memory related pitfalls and helps catching
bugs at compile time rather than runtime.

Собственно, походу Орне наелся null reference и решил дать шанс расту. Судя по тому что довёл до полноценного релиза - пока идёт неплохо.

Ну и кстати: «AdaCore joins the Rust foundation Feb 07, 2023» - возможно решили тащить усилия по подготовке спеки не отдельно, а прямиком в Rust foundation.

Исходная версия Dark_SavanT, :

For ChirpStack v4, it was decided to use Rust rather than Go. This was not an easy choice and the arguments for this decision are debatable. However, as most code was touched during the ChirpStack Application Server and ChirpStack Network Server merge, it was the only moment to re-consider this. The Rust memory management prevents many memory related pitfalls and helps catching
bugs at compile time rather than runtime.

Собственно, походу Орне наелся null reference и решил дать шанс расту. Судя по тому что довёл до полноценного релиза - пока идёт неплохо.