All Projects → reugn → rspark

reugn / rspark

Licence: MIT license
▁▂▆▇▁▄█▁ Sparklines for Rust apps

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to rspark

daemonize-me
Rust library to ease the task of creating daemons
Stars: ✭ 34 (-32%)
Mutual labels:  rust-library, rust-crate
trickster
user-friendly linux memory hacking library
Stars: ✭ 50 (+0%)
Mutual labels:  rust-library, rust-crate
kul
A unique textual notation that can be used as both a data format and a markup language and that has powerful extensibility of both lexical syntax and semantics, and a Rust library for parsing it.
Stars: ✭ 12 (-76%)
Mutual labels:  rust-library, rust-crate
poem
A full-featured and easy-to-use web framework with the Rust programming language.
Stars: ✭ 1,167 (+2234%)
Mutual labels:  rust-library, rust-crate
twang
Library for pure Rust advanced audio synthesis.
Stars: ✭ 83 (+66%)
Mutual labels:  rust-library, rust-crate
webbrowser-rs
Rust library to open URLs in the web browsers available on a platform
Stars: ✭ 150 (+200%)
Mutual labels:  rust-library, rust-crate
Curio
A Blazing Fast HTTP Client
Stars: ✭ 35 (-30%)
Mutual labels:  rust-library, rust-crate
gui
A generic UI library/framework.
Stars: ✭ 16 (-68%)
Mutual labels:  rust-library, rust-crate
Grex
A command-line tool and library for generating regular expressions from user-provided test cases
Stars: ✭ 4,847 (+9594%)
Mutual labels:  rust-library, rust-crate
Image-Processing-CLI-in-Rust
CLI for image processing with histograms, binary treshold and other functions
Stars: ✭ 25 (-50%)
Mutual labels:  histogram, histograms
whoami
Rust crate to get the current user and environment.
Stars: ✭ 68 (+36%)
Mutual labels:  rust-library, rust-crate
intersection-wasm
Mesh-Mesh and Triangle-Triangle Intersection tests based on the algorithm by Tomas Akenine-Möller
Stars: ✭ 17 (-66%)
Mutual labels:  rust-library
trees
No description or website provided.
Stars: ✭ 54 (+8%)
Mutual labels:  rust-crate
fish
Fish config with awesome flexible prompt, unicode symbols, better fzf integration and lot of handy functions.
Stars: ✭ 27 (-46%)
Mutual labels:  fish-shell
cala
Cross-platform system interface for hardware IO
Stars: ✭ 46 (-8%)
Mutual labels:  rust-library
otp
One Time Password for 2-Factor-Authentication implemented in Rust
Stars: ✭ 21 (-58%)
Mutual labels:  rust-library
ctrs
Category Theory For Programmers (Bartosz Milewski)
Stars: ✭ 62 (+24%)
Mutual labels:  rust-library
FotoKilof
GUI for ImageMagick
Stars: ✭ 114 (+128%)
Mutual labels:  histograms
Image-Processing-Library
Library for processing and manipulating images.
Stars: ✭ 36 (-28%)
Mutual labels:  histogram
waihona
Rust crate for performing cloud storage CRUD actions across major cloud providers e.g aws
Stars: ✭ 46 (-8%)
Mutual labels:  rust-library

rspark ▁▂▆▇▁▄█▁

Build Crate

Sparklines library for Rust applications.
A Rust port of spark.

Usage

Add rspark to your Cargo.toml:

[dependencies]
rspark = "0.2.0"

Example:

let v = vec![2, 250, 670, 890, 2, 430, 11, 908, 123, 57];
let res = rspark::render(&v).unwrap();
assert_eq!("▁▂▆▇▁▄▁█▁▁", res);

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].