Skip to content

ALameLlama/ray-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"] }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages