Registry / utility / ident-case

ident-case

JSON →
library1.0.1rscratesunverified

Utility for applying case rules to Rust identifiers.

# Cargo.toml [dependencies] ident_case = "1.0.1"
INSTALL
IMPORT
SIG · IDENT-CASE
I
ident-case
utilityrustv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RenameRule
use ident_case::RenameRule;

Convert identifier casing using RenameRule.

use ident_case::RenameRule; fn main() { let rule = RenameRule::PascalCase; println!("{}", rule.apply("hello_world")); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
ident-case — cargo add ident-case · libregistry