You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Router<A, K>, just like in the TypeScript and C++ versions. It is for lowing the noise in the network when doing lots of filters on the same stream.
Added SodiumCtx::post for end user usage. Before it was only available internally.
Added missing Stream::split
Added drop based Transactions just like in the C++ version. (Use SodiumCtx::new_transaction to create a drop-based transaction.)