Present: @frol, @uint, @agostbiro
@frol gives background on Near tooling development:
- Collections recap:
- Rust STD lib collections: usable but high gas since entire collection must be loaded and serialized each time it’s used.
 near-sdk-rscollections: solve gas problem, but not std compatible interface bc of ownership differences, no way to get mut reference.near-sdk-rsstore: works like rust collections, drop flushes, must do manual flush if checking storage size before drop.
 - We should import near cli functionality to cargo near
 - We should unify as much as possible between the tooling crates