New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

np

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

np

Source
crates.io
Version
2019.3.13
Version published
Maintainers
1
Created
Source

Gulali

Gulali is an easy-to-use fundamental library for scientific computing with Rust, highly inspired by NumPy.

Documentation:

Usage

Add this to your Cargo.toml:

[dependencies]
gulali = "2019.3.4"

and this to your crate root:

extern crate gulali;

// Import all required traits
use gulali::prelude::*;

To get started using Gulali, read the quickstart tutorial.

Getting help

Feel free to start discussion at GitHub issues.

License

Gulali is licensed under the Apache-2.0 license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Gulali by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

FAQs

Package last updated on 02 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts