MCPcopy 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

1use heck::{ToLowerCamelCase, ToUpperCamelCase};
2
3pub(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