Détail du package

rabin-rs

gozala49.5k(Apache-2.0 AND MIT)2.1.0

Rabin chunker for IPFS implementation in Rust

rabin, wasm, ipfs, chunker

readme

rabin-rs

ipfs rabin chunker implementation

Library implements rabin chunker compatible with go-ipfs in Rust. This package also js wrapper around around wasm compiled module.

changelog

Changelog

2.1.0 (2022-03-09)

Features

  • support for copy-on-read buffers (#14) (a0d2c41)

2.0.0 (2022-03-05)

⚠ BREAKING CHANGES

  • break backwards compatibility (#12)

Features

1.0.1 (2022-03-04)

Bug Fixes

1.0.0 (2022-03-04)

⚠ BREAKING CHANGES

  • rewrite in rust #1

Features

Bug Fixes

  • make chunker reusable and stateless (#5) (e23510d)
  • pass mut ref in cuts (5ff8621)