hipster 0.1.0

Helper crate for searching for HIP libraries
Documentation
<!-- Project Metadata -->
<!-- project_tags: hipster, gpgpu, rust, hip, cuda, n3n -->
<!-- project_featured: true -->

# 🦛 hipster

[![N3NX](https://img.shields.io/badge/n3n-org-%23666bff.svg)](https://n3n.org)
[![N3NX](https://img.shields.io/badge/discord-n3n-%237289da.svg?logo=discord)](https://discord.gg/kTWsyk5eV6)
[![Crates.io](https://img.shields.io/crates/v/hipster.svg)](https://crates.io/crates/hipster)
[![Docs](https://docs.rs/hipster/badge.svg)](https://docs.rs/hipster)
[![dependency status](https://deps.rs/repo/github/n3nx/hipster/status.svg)](https://deps.rs/repo/github/n3nx/hipster)
[![Build status](https://github.com/n3nx/hipster/workflows/CI/badge.svg)](https://github.com/n3nx/hipster/actions)

Extremely fast GPU computation using native Rust.

## Table of Contents

- [🦛 hipster]#-hipster
  - [Table of Contents]#table-of-contents
  - [Installation]#installation
  - [Usage]#usage
  - [Documentation]#documentation
  - [Acknowledgements]#acknowledgements
  - [Contribution]#contribution
    - [License]#license

## Installation

You can add this as library in your project

```toml
hipster = "^0.1.0"
```

## Usage

```rust

```

## Documentation

You can find the full documentation in `docs/` subdirectory.

## Acknowledgements

Projects that inspired us to create this project.

## Contribution

[![N3N Contributor Guidelines](https://img.shields.io/badge/N3N%20Guidelines-v1.0-ff69b4.svg)](./CODE_OF_CONDUCT.md)

We enthusiastically invite community contributions to enhance this project. Please take a moment to review our [Contributor Terms](CONTRIBUTING.md#contributor-terms) before making any contributions.

Any contribution intentionally submitted for inclusion in any N3N project or Knytx Labs open-source project, contributors agree to adhere to the Rust standard licensing model (MIT OR Apache 2.0). Conseqently, all contributions are dual licensed as described below, without any additional terms or conditions.

For more information on contributing to this project, please consult the [Contributor Guide](CONTRIBUTING.md).

### License

This project is dual-licensed under EITHER OF:

- [Apache License, Version 2.0]LICENSE-APACHE ([View License]http://www.apache.org/licenses/LICENSE-2.0>)
- [MIT License]LICENSE-MIT ([View License]http://opensource.org/licenses/MIT)

**at your discretion.**