camel 1.1.1

Supports bidirectional conversion of variable strings between common naming formats.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "camel"
version = "1.1.1"
authors = [ "YONGQI <betterhyq@qq.com>" ]
edition = "2024"
description = "Supports bidirectional conversion of variable strings between common naming formats."
documentation = "https://docs.rs/camel"
readme = "README.md"
homepage = "https://github.com/un-rust/camel"
repository = "https://github.com/un-rust/camel"
license = "Apache-2.0"
keywords = [ "camel", "case", "conversion", "naming", "format" ]
categories = [ "development-tools" ]
rust-version = "1.85.0"

[dependencies]
urlogger = "1.0.0"