automerge/edit-trace/benches
Orion Henry 3046cbab35
Replace the OpID API with an object ID
Rather than returning an OpID for every mutation, we now return an
`Option<ObjId>`. This is `Some` only when a `make*` operation was
applied. This `ObjID` is an opaque type which can be used with any
document.
2022-01-01 20:15:02 +00:00
..
main.rs Replace the OpID API with an object ID 2022-01-01 20:15:02 +00:00