Package: fastgeojson
Title: High-Performance 'GeoJSON' and 'JSON' Serialization
Version: 0.1.3
Authors@R: 
    c(person(given = "Alex",
             family = "Jorion",
             role = c("aut", "cre"),
             email = "alex.jorion@firstzeroenergy.com"),
      person(given = "The authors of the dependency Rust crates",
             role = c("ctb"),
             comment = "see inst/AUTHORS file for details"))
Description: Converts R data frames and 'sf' spatial objects into 'JSON' and 
    'GeoJSON' strings. The core encoders are implemented in 'Rust' using the 
    'extendr' framework and are designed to efficiently serialize large 
    tabular and spatial datasets. Returns serialized 'JSON' text, allowing 
    applications such as 'shiny' or web APIs to transfer data to 
    client-side 'JavaScript' libraries without additional encoding overhead.
License: MIT + file LICENSE
URL: https://github.com/firstzeroenergy/fastgeojson
BugReports: https://github.com/firstzeroenergy/fastgeojson/issues
SystemRequirements: Cargo (Rust's package manager), rustc
Encoding: UTF-8
RoxygenNote: 7.3.3
Suggests: testthat (>= 3.0.0), jsonlite, sf, leaflet
Config/testthat/edition: 3
Config/rextendr/version: 0.4.2
NeedsCompilation: yes
Packaged: 2026-01-23 17:30:24 UTC; ajori
Author: Alex Jorion [aut, cre],
  The authors of the dependency Rust crates [ctb] (see inst/AUTHORS file
    for details)
Maintainer: Alex Jorion <alex.jorion@firstzeroenergy.com>
Repository: CRAN
Date/Publication: 2026-01-23 19:50:23 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2026-02-23 12:38:47 UTC; windows
Archs: x64
