Building an asynchronous ZooKeeper client in Rust (part 2)

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

What you tried to do in 2:53:14 can be done with crates like enum-primitive-derive, num-derive, or enumflags.

Is there a reason to implement the From/To logic manually?

xoomayose