v1.0.0
The first stable release
Features
- Decode DAG CBOR (
decode_cid(str) -> dict) - Decode CID (
decode_dag_cbor(bytes) -> dict,decode_dag_cbor_multi(bytes) -> list[dict]) - Decode CAR (
decode_car(bytes) -> tuple[dict, dict[str, dict]]). Returns a header and blocks mapped by CID.
by @MarshalX