automerge/automerge-protocol/src/utility_impls
Andrew Jeffery fc1b8f87fb
Use SmolStr in place of String (#182)
Most of the strings are small and so fit nicely in a SmolStr. When they
don't it just reverts to using a normal String.
2021-06-19 16:28:51 +01:00
..
actor_id.rs Add formatting config 2021-04-26 09:42:36 -07:00
change_hash.rs Add formatting config 2021-04-26 09:42:36 -07:00
diff.rs Flatten objtype (#175) 2021-06-17 20:06:10 +01:00
element_id.rs Add formatting config 2021-04-26 09:42:36 -07:00
key.rs Use SmolStr in place of String (#182) 2021-06-19 16:28:51 +01:00
mod.rs Use more expressive Operation structure 2021-01-14 12:30:25 -05:00
object_id.rs Add formatting config 2021-04-26 09:42:36 -07:00
opid.rs Add formatting config 2021-04-26 09:42:36 -07:00
scalar_value.rs Use SmolStr in place of String (#182) 2021-06-19 16:28:51 +01:00