#string #list #user-input #testing #big #issue #blns

bin+lib naughty-strings

不规矩字符串大列表是一个字符串列表,这些字符串在用作用户输入数据时可能导致问题的概率很高

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 2015年12月3日

#16 in #big

Download history 7/week @ 2024-04-23 4/week @ 2024-05-21 2/week @ 2024-06-11 3/week @ 2024-06-18

130 每月下载量
用于 2 crates

MIT/Apache

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 许可证定义,您有意提交给作品的所有贡献都将如上所述双重授权,没有任何附加条款或条件。

依赖项

~0.5–1MB
~20K SLoC