ray-rust
This is currently WIP and still missing features but has basic ray debugging.
Examples
use *
Installation
Add this to your Cargo.toml
:
[]
= "0.1.5"
Features
= { = "0.1.5", = ["with_tokio"] }
This is currently WIP and still missing features but has basic ray debugging.
use ray_rust::*
fn main() {
ray!("Hello World");
ray!("Hello World!").color("green");
ray!().html("<strong>Hello World! 🦀</strong>");
}
Add this to your Cargo.toml
:
[dependencies]
ray-rust = "0.1.5"
ray-rust = { version = "0.1.5", features = ["with_tokio"] }