@tison1096 这样就打破了 rust 对于 enum 处理时的完备性。例如你有个 enum { R, G, B },然后通过 match { R=>.. G=>.. B=>..} 做一些处理,或是直接 let res = match ..,rust 会认为你的 match cover 了所有的 case,但如果你能把随便一个 u8 as 过去,所有的假设完全不成立了,所以这会导致 core lang 的矛盾
Apache #Kvrocks has graduated from incubation and is now a Top-Level Project (TLP).
@apache_kvrocks is a distributed key-value NoSQL database compatible with Redis protocol.
Read more on our blog: https://t.co/lxDp1gIJDs
Learn about our #incubator here: https://t.co/URPS1QocHh