veloxx 0.3.1

Veloxx: High-performance, lightweight Rust library for in-memory data processing and analytics. Features DataFrames, Series, advanced I/O (CSV, JSON, Parquet), machine learning (linear regression, K-means, logistic regression), time-series analysis, data visualization, parallel processing, and multi-platform bindings (Python, WebAssembly). Designed for minimal dependencies, optimal memory usage, and blazing speed - ideal for data science, analytics, and performance-critical applications.
Documentation
{
  "name": "veloxx-docs",
  "version": "0.2.4",
  "description": "TypeDoc configuration for Veloxx JavaScript/TypeScript documentation",
  "scripts": {
    "docs": "typedoc"
  },
  "devDependencies": {
    "typedoc": "^0.25.0",
    "typescript": "^5.0.0"
  },
  "typedoc": {
    "entryPoints": ["./pkg/veloxx.d.ts"],
    "out": "./docs/js",
    "name": "Veloxx JavaScript/WebAssembly API",
    "theme": "default",
    "includeVersion": true,
    "excludePrivate": true,
    "excludeProtected": true,
    "readme": "./README_WASM.md",
    "navigationLinks": {
      "GitHub": "https://github.com/Conqxeror/veloxx",
      "NPM": "https://www.npmjs.com/package/veloxx"
    }
  }
}