mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-08 16:49:46 -04:00
3fe50e72d0
# Description of Changes Adds `count` to rust's procedural view API. This API already existed in C# and typescript. This patch just adds tests for those module languages. We were already tracking reads for `count`, and so all this patch does is add the new rust module bindings. # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing Smoketests for rust, C#, and typescript.