Why Nostr? What is Njump?
2024-05-23 17:50:03
in reply to

Daniel Wigton on Nostr: It is kind of incorrect to say that Rust doesn't have null. The Option Enum has a ...

It is kind of incorrect to say that Rust doesn't have null. The Option Enum has a None variant that gets used all the time. What Rust doesn't have is nullable types. Instead it adds 'Some' as a sort of "not null" this forces you to always handle the null case by forcing you to handle the not null case.
Author Public Key
npub1w4jkwspqn9svwnlrw0nfg0u2yx4cj6yfmp53ya4xp7r24k7gly4qaq30zp