ray-rust

Crates.ioray-rust
lib.rsray-rust
version0.1.5
sourcesrc
created_at2024-02-21 00:59:49.299795
updated_at2024-03-03 08:53:43.074253
descriptionSpatie Ray in Rust
homepagehttps://github.com/ALameLlama/ray-rust
repositoryhttps://github.com/ALameLlama/ray-rust
max_upload_size
id1147410
size30,668
Nicholas C (ALameLlama)

documentation

README

ray-rust

Build + Test Status Latest Stable Version Crates.io Total Downloads License

This is currently WIP and still missing features but has basic ray debugging.

Examples

use ray_rust::*

fn main() {
    ray!("Hello World");

    ray!("Hello World!").color("green");

    ray!().html("<strong>Hello World! 🦀</strong>");
}

Installation

Add this to your Cargo.toml:

[dependencies]
ray-rust = "0.1.5"

Features

ray-rust = { version = "0.1.5", features = ["with_tokio"] }
Commit count: 0

cargo fmt