nt-utils 1.0.0

Utility functions and helpers for Neural Trader trading platform
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 40.39 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 994.34 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 1s Average build duration of successful builds.
  • all releases: 1m 1s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ruvnet

nt-utils

Utility functions and helpers for Neural Trader.

Features

  • Common utility functions
  • Helper macros
  • Type conversions
  • Validation utilities

Usage

use nt_utils::*;

let result = calculate_returns(&prices);

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.