sanename

Crates.iosanename
lib.rssanename
version0.1.2
sourcesrc
created_at2020-01-15 21:55:20.510463
updated_at2020-01-27 08:14:38.388075
descriptionsanename.org compatible validation and sanitization library
homepagehttp://sanename.org
repositoryhttp://gitlab.com/teknopaul/sanename-rs
max_upload_size
id198868
size22,527
teknopaul (teknopaul)

documentation

README

sanename-rs

S

sanename provides sensible naming rules to avoid escaping and conversion issues.

This is a Rust package to validate input and convert between the naming conventions supported by sanename.

  • sanename - the default sanename package naming convention
  • ClassCase - JavaClassName naming convention
  • camelCase - camelCase with lowercase first word naming convention
  • CONSTANT_CASE - naming convention for constants and environment variables
  • snake_case - aka kernel_case naming conventions

Also provides a method to sanitize input.

Commit count: 0

cargo fmt