revision icon indicating copy to clipboard operation
revision copied to clipboard

A Rust library for revision-tolerant serialisation and deserialisation, with support for schema evolution over time

Results 1 revision issues
Sort by recently updated
recently updated
newest added

Fixes a small oversight from https://github.com/surrealdb/revision/pull/9, where `std::collections::BinaryHeap` was being deserialized without pre-allocating capacity based on its known length.