Package: libipldr 0.1.1
libipldr: R Bindings to the 'Rust' 'IPLD' Library
Provides R bindings to decode DAG-CBOR (Directed Acyclic Graph Concise Binary Object Representation) encoded data, CIDs (Content Identifiers), and CAR (Content Addressable aRchive) files using the 'Rust' 'IPLD' (InterPlanetary Linked Data) library <https://github.com/ipld/libipld>. This is especially useful for working with data from 'IPFS' (InterPlanetary File System) and 'AtProto' (Bluesky) applications.
Authors:
libipldr_0.1.1.tar.gz
libipldr_0.1.1.tar.gz(r-4.7-arm64)libipldr_0.1.1.tar.gz(r-4.7-x86_64)libipldr_0.1.1.tar.gz(r-4.6-arm64)libipldr_0.1.1.tar.gz(r-4.6-x86_64)
libipldr_0.1.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://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jbgruber/libipldr/issues
Last updated from:cb3dae0e6b. Checks:6 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 158 | ||
| linux-devel-x86_64 | OK | 153 | ||
| source / vignettes | OK | 205 | ||
| linux-release-arm64 | OK | 149 | ||
| linux-release-x86_64 | OK | 146 | ||
| wasm-release | OK | 1288 |
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 |
