feat: extract cluster schema to lib global state
Change algorithm for working with cluster schema. Before change schema was parsed from string on every query.Now schema store in global state and update at first query after new cartridge schema applying.
Also rust-fmt
was applied.