Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ csharp_ident.rs
File
csharp_ident.rs
crates/csharp/src/csharp_ident.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use heck::{ToLowerCamelCase, ToUpperCamelCase};
2
3
pub(crate) trait ToCSharpIdent: ToOwned {
4
fn csharp_keywords() -> &
'static [&'
static str];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected