-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1.24 KB
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: RCBOR
Title: A High-Performance Toolkit for Concise Binary Object Representation (CBOR)
Version: 0.1.2
Authors@R:
person("Andrew", "France",
email = "andrewforlua@gmail.com",
role = c("aut", "cre"))
Description: Provides a fast and efficient bridge between R and the Concise
Binary Object Representation (CBOR), a binary data format defined in
Bormann and Hoffman (2020) <doi:10.17487/RFC8949>. The core serialization
and deserialization logic is implemented in 'Rust' for maximum performance
and safety, making it ideal for applications where data transfer speed and
low overhead are critical. The package provides two primary functions:
`encode()` to serialize R objects into raw byte vectors and `decode()`
to deserialize them back into R objects.
License: LGPL (>= 3)
Encoding: UTF-8
URL: https://github.com/ItsMeForLua/RCBOR
BugReports: https://github.com/ItsMeForLua/RCBOR/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/rextendr/version: 0.4.1
SystemRequirements: Cargo (Rust's package manager) and a rustc compiler
Depends:
R (>= 4.2)
Suggests:
bench,
jsonlite,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr