nt-utils 1.0.0

Utility functions and helpers for Neural Trader trading platform
Documentation
# nt-utils

Utility functions and helpers for Neural Trader.

## Features

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

## Usage

```rust
use nt_utils::*;

let result = calculate_returns(&prices);
```

## License

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