5 releases
0.1.5 | Mar 3, 2024 |
---|---|
0.1.4 | Feb 27, 2024 |
#339 in Debugging
28KB
774 lines
ray-rust
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"] }
Dependencies
~4–17MB
~236K SLoC