ceramicnetwork / rust-ceramic

Implementation of the Ceramic protocol in Rust
Other
37 stars 10 forks source link

chore: Remove EventMetadata type #490

Closed stbrody closed 2 months ago

stbrody commented 2 months ago

Also changes a bunch of places to use references to Cids instead of returning or taking by value. Cid implements Copy which means there might a lot of silent copying happening under the hood without it being obvious from the code, and since Cids can be larger than a memory address, using references where possible seems prudent. Have that change split into its own commit if you want to see the changes separately. Can also split into two PRs if preferred.

linear[bot] commented 2 months ago

AES-312 Remove EventMetadata