5 个版本
0.0.5 | 2024 年 4 月 13 日 |
---|---|
0.0.4 | 2024 年 4 月 13 日 |
0.0.3 | 2024 年 4 月 13 日 |
0.0.2 | 2024 年 4 月 4 日 |
0.0.1 | 2024 年 4 月 4 日 |
#452 in 文本处理
每月 35 下载
在 2 crates 中使用
15KB
302 行
Lorem Rustum
一个简单的库,用于生成带有锈花的随机 lorem-ipsum
安装
cargo add lorem-rustum
快速入门
use lorem_rustum::LoremRustum;
let lorem = LoremRustum::new(42);
println!("{}", lorem.to_string());
其他示例
use lorem_rustum::{LoremRustum, lorem};
let mut lorem = LoremRustum::default();
let text1 = lorem.to_string();
lorem.shuffle();
let text2 = lorem.to_string();
assert_ne!(text1, text2);
let text3 = lorem!(156);
let text4 = lorem!(); // similar to LoremRustum::default().to_string()
示例输出
checking heap rust-analyzer cargo package manager control over memory allocation static borrowing wasm the most admired language fast and reliable impl derive Ferris mascot actix multiple threads can work on shared data without introducing memory-related issues to_owned() no garbage collector safety sqlx scope mod rocket concurrency pub code execution loved by developers rusty stack async efficient and organized development
依赖项
~315KB