thetadatadx 8.0.6 → 8.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# thetadatadx (Node.js / TypeScript)
|
|
2
2
|
|
|
3
|
-
Node.js SDK for ThetaData market data
|
|
3
|
+
Node.js SDK for ThetaData market data. napi-rs bindings over the `thetadatadx` Rust crate, shipped as pre-built native addons for Linux x64, macOS Apple Silicon, and Windows x64 (no Rust toolchain required on the consumer).
|
|
4
4
|
|
|
5
|
-
Every call
|
|
5
|
+
Every call crosses the napi boundary into compiled Rust: gRPC, protobuf, zstd, FIT decoding, and TCP streaming run inside the `thetadatadx` crate.
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|