Package: libipldr 0.0.1
libipldr: R Bindings to the Rust IPLD Library
Provides R bindings to decode DAG-CBOR encoded data, CIDs (Content Identifiers), and CAR (Content Addressable aRchive) files using Rust's IPLD library. This is especially useful for working with data from IPFS and AtProto (Bluesky) applications.
Authors:
libipldr_0.0.1.tar.gz
libipldr_0.0.1.zip(r-4.7)libipldr_0.0.1.zip(r-4.6)libipldr_0.0.1.zip(r-4.5)
libipldr_0.0.1.tgz(r-4.6-x86_64)libipldr_0.0.1.tgz(r-4.6-arm64)libipldr_0.0.1.tgz(r-4.5-x86_64)libipldr_0.0.1.tgz(r-4.5-arm64)
libipldr_0.0.1.tar.gz(r-4.7-arm64)libipldr_0.0.1.tar.gz(r-4.7-x86_64)libipldr_0.0.1.tar.gz(r-4.6-arm64)libipldr_0.0.1.tar.gz(r-4.6-x86_64)
libipldr_0.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
libipldr/json (API)
NEWS
| # Install 'libipldr' in R: |
| install.packages('libipldr', repos = c('https://jbgruber.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jbgruber/libipldr/issues
Last updated from:ed3dc42154. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 161 | ||
| linux-devel-x86_64 | OK | 152 | ||
| source / vignettes | OK | 203 | ||
| linux-release-arm64 | OK | 343 | ||
| linux-release-x86_64 | OK | 135 | ||
| macos-release-arm64 | OK | 133 | ||
| macos-release-x86_64 | OK | 314 | ||
| macos-oldrel-arm64 | OK | 144 | ||
| macos-oldrel-x86_64 | OK | 299 | ||
| windows-devel | OK | 142 | ||
| windows-release | OK | 219 | ||
| windows-oldrel | OK | 152 | ||
| wasm-release | OK | 141 |
Exports:decode_cardecode_ciddecode_dag_cbordecode_dag_cbor_multi
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| libipldr: R Bindings to the Rust IPLD Library | libipldr-package libipldr |
| Decode a Content Addressable aRchive (CAR) file | decode_car |
| Decode a Content IDentifier (CID) string | decode_cid |
| Decode DAG-CBOR encoded data to an R object | decode_dag_cbor |
| Decode multiple DAG-CBOR objects from a byte stream | decode_dag_cbor_multi |
