Skip to contents

Authors

  • Tatsuya Shima. Author, maintainer.

  • Authors of the dependency Rust crates. Author.
    see inst/AUTHORS file for details

Citation

Source: DESCRIPTION

Shima T, Authors of the dependency Rust crates (2024). prqlr: R Bindings for the 'prqlc' Rust Library. R package version 0.9.0, https://github.com/PRQL/prqlc-r, https://prql.github.io/prqlc-r/.

@Manual{,
  title = {prqlr: R Bindings for the 'prqlc' Rust Library},
  author = {Tatsuya Shima and {Authors of the dependency Rust crates}},
  year = {2024},
  note = {R package version 0.9.0, https://github.com/PRQL/prqlc-r},
  url = {https://prql.github.io/prqlc-r/},
}

Additional details

Owners of dependent Rust crates. This list is generated from Crates.io Data <https://crates.io/data-access>:

Additional details

  - ahash: Tom Kaitchuck <https://github.com/tkaitchuck>

Additional details

  - aho-corasick: Andrew Gallant <https://github.com/BurntSushi>

Additional details

  - allocator-api2: Zakarum <https://github.com/zakarumych>

Additional details

  - android_system_properties: Nicolas Silva <https://github.com/nical>

Additional details

  - anstream: Ed Page <https://github.com/epage>

Additional details

  - anstyle: Ed Page <https://github.com/epage>

Additional details

  - anstyle-parse: Ed Page <https://github.com/epage>

Additional details

  - anstyle-query: Ed Page <https://github.com/epage>

Additional details

  - anstyle-wincon: Ed Page <https://github.com/epage>

Additional details

  - ariadne: Joshua Barretto <https://github.com/zesterer>

Additional details

  - autocfg: Josh Stone <https://github.com/cuviper>, Alex Kladov <https://github.com/matklad>

Additional details

  - bumpalo: Nick Fitzgerald <https://github.com/fitzgen>, Alex Crichton <https://github.com/alexcrichton>

Additional details

  - cc: ember arlynx <https://github.com/emberian>

Additional details

  - cfg-if: ember arlynx <https://github.com/emberian>, Alex Crichton <https://github.com/alexcrichton>

Additional details

  - chrono: Kang Seonghoon <https://github.com/lifthrasiir>, Keegan McAllister <https://github.com/kmcallister>

Additional details

  - chumsky: Joshua Barretto <https://github.com/zesterer>

Additional details

  - colorchoice: Ed Page <https://github.com/epage>

Additional details

  - core-foundation-sys: Lars Bergstrom <https://github.com/larsbergstrom>, Steven Fackler <https://github.com/sfackler>

Additional details

  - csv: Andrew Gallant <https://github.com/BurntSushi>

Additional details

  - csv-core: Andrew Gallant <https://github.com/BurntSushi>

Additional details

  - dyn-clone: David Tolnay <https://github.com/dtolnay>

Additional details

  - either: bluss <https://github.com/bluss>, Josh Stone <https://github.com/cuviper>, Jack Wrenn <https://github.com/jswrenn>

Additional details

  - enum-as-inner: Benjamin Fry <https://github.com/bluejekyll>

Additional details

  - hashbrown: Amanieu d'Antras <https://github.com/Amanieu>

Additional details

  - heck: srrrse <https://github.com/withoutboats>, Jonas Platte <https://github.com/jplatte>

Additional details

  - hermit-abi: Stefan Lankes <https://github.com/stlankes>, Martin Kröning <https://github.com/mkroening>

Additional details

  - iana-time-zone: Andrew Straw <https://github.com/astraw>, René Kijewski <https://github.com/Kijewski>

Additional details

  - iana-time-zone-haiku: Andrew Straw <https://github.com/astraw>, René Kijewski <https://github.com/Kijewski>

Additional details

  - is-terminal: Dan Gohman <https://github.com/sunfishcode>

Additional details

  - is_terminal_polyfill: Ed Page <https://github.com/epage>

Additional details

  - itertools: bluss <https://github.com/bluss>, Jack Wrenn <https://github.com/jswrenn>

Additional details

  - itoa: David Tolnay <https://github.com/dtolnay>

Additional details

  - js-sys: Nick Fitzgerald <https://github.com/fitzgen>, Alex Crichton <https://github.com/alexcrichton>

Additional details

  - libc: Huon Wilson <https://github.com/huonw>, ember arlynx <https://github.com/emberian>, gnzlbg <https://github.com/gnzlbg>, Yuki Okushi <https://github.com/JohnTitor>, Alex Crichton <https://github.com/alexcrichton>, Josh Triplett <https://github.com/joshtriplett>, Sebastian Dröge <https://github.com/sdroege>

Additional details

  - log: Huon Wilson <https://github.com/huonw>, Steven Fackler <https://github.com/sfackler>, Alex Crichton <https://github.com/alexcrichton>, Ashley Mannix <https://github.com/KodrAus>

Additional details

  - memchr: Andrew Gallant <https://github.com/BurntSushi>

Additional details

  - minimal-lexical: Alexander Huszagh <https://github.com/Alexhuszagh>

Additional details

  - nom: Geoffroy Couprie <https://github.com/Geal>

Additional details

  - num-traits: Josh Stone <https://github.com/cuviper>

Additional details

  - once_cell: Alex Kladov <https://github.com/matklad>, Michal 'vorner' Vaner <https://github.com/vorner>

Additional details

  - proc-macro2: David Tolnay <https://github.com/dtolnay>

Additional details

  - prqlc: Maximilian Roos <https://github.com/max-sixty>, Aljaž Mur Eržen <https://github.com/aljazerzen>

Additional details

  - prqlc-parser: Maximilian Roos <https://github.com/max-sixty>

Additional details

  - psm: Simonas Kazlauskas <https://github.com/nagisa>

Additional details

  - quote: David Tolnay <https://github.com/dtolnay>

Additional details

  - ref-cast: David Tolnay <https://github.com/dtolnay>

Additional details

  - ref-cast-impl: David Tolnay <https://github.com/dtolnay>

Additional details

  - regex: Andrew Gallant <https://github.com/BurntSushi>, ember arlynx <https://github.com/emberian>, Alex Crichton <https://github.com/alexcrichton>

Additional details

  - regex-automata: Andrew Gallant <https://github.com/BurntSushi>

Additional details

  - regex-syntax: Andrew Gallant <https://github.com/BurntSushi>, Alex Crichton <https://github.com/alexcrichton>, ember arlynx <https://github.com/emberian>

Additional details

  - rustversion: David Tolnay <https://github.com/dtolnay>

Additional details

  - ryu: David Tolnay <https://github.com/dtolnay>

Additional details

  - savvy: Hiroaki Yutani <https://github.com/yutannihilation>

Additional details

  - savvy-bindgen: Hiroaki Yutani <https://github.com/yutannihilation>

Additional details

  - savvy-ffi: Hiroaki Yutani <https://github.com/yutannihilation>

Additional details

  - savvy-macro: Hiroaki Yutani <https://github.com/yutannihilation>

Additional details

  - schemars: Graham Esau <https://github.com/GREsau>

Additional details

  - schemars_derive: Graham Esau <https://github.com/GREsau>

Additional details

  - semver: David Tolnay <https://github.com/dtolnay>

Additional details

  - serde: David Tolnay <https://github.com/dtolnay>

Additional details

  - serde_derive: David Tolnay <https://github.com/dtolnay>

Additional details

  - serde_derive_internals: David Tolnay <https://github.com/dtolnay>

Additional details

  - serde_json: David Tolnay <https://github.com/dtolnay>

Additional details

  - shlex: Fenhl <https://github.com/fenhl>

Additional details

  - sqlformat: Josh Holmer <https://github.com/shssoichiro>

Additional details

  - sqlparser: Andy Grove <https://github.com/andygrove>, Daniël Heres <https://github.com/Dandandan>, Max Countryman <https://github.com/maxcountryman>, Nickolay Ponomarev <https://github.com/nickolay>, Andrew Lamb <https://github.com/alamb>

Additional details

  - stacker: Simonas Kazlauskas <https://github.com/nagisa>, Alex Crichton <https://github.com/alexcrichton>

Additional details

  - strum: Peter Glotfelty <https://github.com/Peternator7>

Additional details

  - strum_macros: Peter Glotfelty <https://github.com/Peternator7>

Additional details

  - syn: David Tolnay <https://github.com/dtolnay>

Additional details

  - unicode-ident: David Tolnay <https://github.com/dtolnay>

Additional details

  - unicode-width: Riad S. Wahby <https://github.com/kwantam>, Huon Wilson <https://github.com/huonw>, Simon Sapin <https://github.com/SimonSapin>, Manish Goregaokar <https://github.com/Manishearth>, Sujay Jayakar <https://github.com/sujayakar>, Alex Crichton <https://github.com/alexcrichton>

Additional details

  - unicode_categories: Sean Gillespie <https://github.com/swgillespie>

Additional details

  - utf8parse: Joe Wilm <https://github.com/jwilm>, Christian Duerr <https://github.com/chrisduerr>, Tyler Berry <https://github.com/Tahler>

Additional details

  - version_check: Sergio Benitez <https://github.com/SergioBenitez>

Additional details

  - wasm-bindgen: Nick Fitzgerald <https://github.com/fitzgen>, Alex Crichton <https://github.com/alexcrichton>

Additional details

  - wasm-bindgen-backend: Nick Fitzgerald <https://github.com/fitzgen>, Alex Crichton <https://github.com/alexcrichton>

Additional details

  - wasm-bindgen-macro: Nick Fitzgerald <https://github.com/fitzgen>, Alex Crichton <https://github.com/alexcrichton>

Additional details

  - wasm-bindgen-macro-support: Nick Fitzgerald <https://github.com/fitzgen>, Alex Crichton <https://github.com/alexcrichton>

Additional details

  - wasm-bindgen-shared: Nick Fitzgerald <https://github.com/fitzgen>, Alex Crichton <https://github.com/alexcrichton>

Additional details

  - windows-core: Kenny Kerr <https://github.com/kennykerr>

Additional details

  - windows-sys: Kenny Kerr <https://github.com/kennykerr>

Additional details

  - windows-targets: Kenny Kerr <https://github.com/kennykerr>

Additional details

  - windows_aarch64_gnullvm: Kenny Kerr <https://github.com/kennykerr>

Additional details

  - windows_aarch64_msvc: Kenny Kerr <https://github.com/kennykerr>

Additional details

  - windows_i686_gnu: Kenny Kerr <https://github.com/kennykerr>

Additional details

  - windows_i686_gnullvm: Kenny Kerr <https://github.com/kennykerr>

Additional details

  - windows_i686_msvc: Kenny Kerr <https://github.com/kennykerr>

Additional details

  - windows_x86_64_gnu: Kenny Kerr <https://github.com/kennykerr>

Additional details

  - windows_x86_64_gnullvm: Kenny Kerr <https://github.com/kennykerr>

Additional details

  - windows_x86_64_msvc: Kenny Kerr <https://github.com/kennykerr>

Additional details

  - yansi: Sergio Benitez <https://github.com/SergioBenitez>

Additional details

  - zerocopy: Joshua Liebow-Feeser <https://github.com/joshlf>

Additional details

  - zerocopy-derive: Joshua Liebow-Feeser <https://github.com/joshlf>