5 个版本
使用旧的 Rust 2015
0.2.4 | 2021年4月23日 |
---|---|
0.2.3 | 2019年3月17日 |
0.2.2 | 2016年1月11日 |
0.2.1 | 2015年12月9日 |
0.1.0 |
|
#16 in #big
130 每月下载量
用于 2 crates
39KB
545 行
rust-naughty-strings
Rust 的 minimaxir 的不规矩字符串大列表 绑定。
该软件包仅提供了一个数组 naughty_strings::BLNS : &'static [&'static str]
extern crate naughty_strings;
fn main() {
for ns in naughty_strings::BLNS {
println!("{}", ns);
}
}
crates.io
该软件包位于 crates.io 上:naughty-strings.
生成库
该库是通过以下命令生成的:cargo run --bin make-lib [PATH-TO-BLNS-REPO]
(PATH-TO-BLNS-REPO
默认为 minimaxir 的存储库)。这将生成单个文件 src/lib.rs。
许可证
根据以下许可证之一授权
- Apache 许可证 2.0 版,(LICENSE-APACHE 或 https://apache.ac.cn/licenses/LICENSE-2.0)
- MIT 许可证 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
由您选择。
贡献
欢迎贡献,只需提出问题或发起拉取请求。
除非您明确表示,否则根据 Apache-2.0 许可证定义,您有意提交给作品的所有贡献都将如上所述双重授权,没有任何附加条款或条件。
依赖项
~0.5–1MB
~20K SLoC