2 releases

0.1.2 Oct 29, 2022
0.1.1 Oct 29, 2022
0.1.0 Oct 29, 2022

#641 in Configuration

Download history 34/week @ 2024-02-26 5/week @ 2024-03-11 44/week @ 2024-04-01 90/week @ 2024-04-15

134 downloads per month
Used in turntable

Apache-2.0

8KB
182 lines

validate_package_name

This crate validates an npm package name.

Example

use validate_package_name::validate;

assert!(validate(&String::from("hello")).is_ok())
assert!(validate(&String::from("hi!")).is_err())

License

Apache License 2.0

Dependencies

~2.1–3MB
~53K SLoC