rssn 0.1.19

A comprehensive scientific computing library for Rust, aiming for feature parity with NumPy, SciPy, and SymPy.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Third-Party Licenses and Attributions

This project, rssn, utilizes third-party software components, each governed by its respective license.

{{#each packages}}
## {{name}} ({{version}})
**License:** {{license}}
**Repository:** {{repository}}
**Copyright:** {{copyright}}

{{#if license_file}}
The full text of the license is provided below:
{{license_file}}
{{/if}}
---
{{/each}}