# 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.