|
1 |
| -# UX Indicators |
2 |
| - |
3 | 1 | <div align="center">
|
4 | 2 |
|
| 3 | +[](#top) |
| 4 | +# UX Indicators |
| 5 | + |
5 | 6 | [![API Docs][docrs-badge]][docrs-url]
|
6 | 7 | [![Crates.io][crates-badge]][crates-url]
|
| 8 | +[![Code coverage][codecov-badge]][codecov-url] |
| 9 | +[![Tests][tests-badge]][tests-url] |
7 | 10 | [![MPL-2.0 licensed][license-badge]][license-url]
|
8 | 11 | [![Gitter chat][gitter-badge]][gitter-url]
|
9 |
| -[![Rustc Version 1.45+][rust-badge]][rust-url] |
10 | 12 | [![loc][loc-badge]][loc-url]
|
11 | 13 | </div>
|
12 | 14 |
|
|
16 | 18 | [crates-url]: https://crates.io/crates/ux-indicators
|
17 | 19 | [license-badge]: https://img.shields.io/badge/license-MPL--2.0-blue.svg?style=flat-square
|
18 | 20 | [license-url]: https://github.com/angular-rust/ux-indicators/blob/master/LICENSE
|
19 |
| -[gitter-badge]: https://img.shields.io/gitter/room/angular_rust/angular_rust.svg?style=flat-square |
| 21 | +[gitter-badge]: https://img.shields.io/gitter/room/angular_rust/community.svg?style=flat-square |
20 | 22 | [gitter-url]: https://gitter.im/angular_rust/community
|
21 |
| -[rust-badge]: https://img.shields.io/badge/rustc-1.45-lightgrey.svg?style=flat-square |
22 |
| -[rust-url]: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html |
23 |
| -[loc-badge]: https://tokei.rs/b1/github/angular-rust/ux-indicators?category=code |
| 23 | +[tests-badge]: https://img.shields.io/github/workflow/status/angular-rust/ux-indicators/Tests?label=tests&logo=github&style=flat-square |
| 24 | +[tests-url]: https://github.com/angular-rust/ux-indicators/actions/workflows/tests.yml |
| 25 | +[codecov-badge]: https://img.shields.io/codecov/c/github/angular-rust/ux-indicators?logo=codecov&style=flat-square&token=M517IMMA0L |
| 26 | +[codecov-url]: https://codecov.io/gh/angular-rust/ux-indicators |
| 27 | +[loc-badge]: https://img.shields.io/tokei/lines/github/angular-rust/ux-indicators?style=flat-square |
24 | 28 | [loc-url]: https://github.com/angular-rust/ux-indicators
|
25 | 29 |
|
26 |
| -ux-indicators is a Centralized State Management And Design Patterns for Rust. |
| 30 | +**UX Indicators** is a Rust library for technical analysis in Angular Rust. It provides a range of technical indicators that can be used to build trading strategies for stock markets, futures, forex, cryptocurrencies, and more. |
| 31 | + |
| 32 | +> **work in progress** |
27 | 33 |
|
28 | 34 | **Angular Rust** is a high productivity, `platform-agnostic` frontend framework for the [Rust language](https://www.rust-lang.org/). It now supports desktop and web development. Angular Rust currently uses GTK for desktop development and WebAssembly for web development. We are planning to add support for mobile development.
|
29 | 35 |
|
| 36 | + |
| 37 | + |
30 | 38 | ## Features
|
31 | 39 |
|
32 | 40 | - [x] Graphic abstraction for cairo and web canvas, implemented in [UX Animate](https://github.com/angular-rust/ux-animate)
|
@@ -58,7 +66,7 @@ Install UX Indicators:
|
58 | 66 |
|
59 | 67 | We believe the wider community can create better code. The first tool for improving the community is to tell the developers about the project by giving it a star. More stars - more members.
|
60 | 68 |
|
61 |
| -  |
| 69 | + [](https://github.com/angular-rust/ux-indicators#top) |
62 | 70 |
|
63 | 71 | Angular Rust is a community effort and we welcome all kinds of contributions, big or small, from developers of all backgrounds. We want the Angular Rust community to be a fun and friendly place, so please review our [Code of Conduct](CODE_OF_CONDUCT.md) to learn what behavior will not be tolerated.
|
64 | 72 |
|
|
0 commit comments