Package: thriftr 1.1.5
thriftr: Apache Thrift Client Server
Pure R implementation of Apache Thrift. This library doesn't require any code generation. To learn more about Thrift go to <https://thrift.apache.org>.
Authors:
thriftr_1.1.5.tar.gz
thriftr_1.1.5.zip(r-4.5)thriftr_1.1.5.zip(r-4.4)thriftr_1.1.5.zip(r-4.3)
thriftr_1.1.5.tgz(r-4.4-any)thriftr_1.1.5.tgz(r-4.3-any)
thriftr_1.1.5.tar.gz(r-4.5-noble)thriftr_1.1.5.tar.gz(r-4.4-noble)
thriftr_1.1.5.tgz(r-4.4-emscripten)thriftr_1.1.5.tgz(r-4.3-emscripten)
thriftr.pdf |thriftr.html✨
thriftr/json (API)
# Install 'thriftr' in R: |
install.packages('thriftr', repos = c('https://systemincloud.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/systemincloud/thriftr/issues
Last updated 3 years agofrom:5fae55193e. Checks:OK: 5 NOTE: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 12 2024 |
R-4.5-win | NOTE | Nov 12 2024 |
R-4.5-linux | NOTE | Nov 12 2024 |
R-4.4-win | OK | Nov 12 2024 |
R-4.4-mac | OK | Nov 12 2024 |
R-4.3-win | OK | Nov 12 2024 |
R-4.3-mac | OK | Nov 12 2024 |
Exports:binary_read_valbinary_write_valhexlifymake_clientmake_serverparse_spect_loadTBinaryProtocolTBinaryProtocolFactoryTBufferedTransportTBufferedTransportFactoryTClientTMemoryBufferto_proper_structTPayloadTServerSocketTSocketTType
Dependencies:formatRfutile.loggerfutile.optionslambda.rR6rlystringi
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Binary protocol: read value from binary buffer | binary_read_val |
Binary protocol: write value to binary buffer | binary_write_val |
hexlify | hexlify |
Create client side thrift API | make_client |
Create server side thrift API | make_server |
Parse a single thrift file to R6 class instance | parse |
parse_spec | parse_spec |
Load thrift file as a R6 instance. | t_load |
TBinaryProtocol | TBinaryProtocol |
TBinaryProtocolFactory | TBinaryProtocolFactory |
TBufferedTransport | TBufferedTransport |
TBufferedTransportFactory | TBufferedTransportFactory |
TClient | TClient |
TMemoryBuffer | TMemoryBuffer |
to_proper_struct | to_proper_struct |
TPayload | TPayload |
TServerSocket | TServerSocket |
TSocket | TSocket |
TType | TType |