multiformats / multicodec

Compact self-describing codecs. Save space by using predefined multicodec tables.
MIT License
334 stars 200 forks source link

Rust implementation? #335

Closed TheButlah closed 11 months ago

TheButlah commented 11 months ago

What is the preferred crate to use for a rust implementation of multicodec? I found this but it looked abandoned.

mxinden commented 11 months ago

In the Rust ecosystem multicodec's are used directly in their dependent crates:

Let me know if this helps @TheButlah.