Docs.rs
ts-gen-0.1.0
ts-gen 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
guybedford
Dependencies
anyhow ^1
normal
clap ^4
normal
optional
convert_case ^0.6
normal
oxc_allocator ^0.118
normal
oxc_ast ^0.118
normal
oxc_parser ^0.118
normal
oxc_resolver ^11
normal
oxc_span ^0.118
normal
prettyplease ^0.2
normal
proc-macro2 ^1
normal
quote ^1
normal
syn ^2
normal
walkdir ^2
normal
optional
similar ^2
dev
Versions
53.45%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
convert_string_enum
ts_gen
0.1.0
In ts_
gen::
parse::
first_
pass::
converters
ts_gen
::
parse
::
first_pass
::
converters
Function
convert_
string_
enum
Copy item path
Source
pub fn convert_string_enum( name: &
str
, ts_type: &
TSType
<'_>, ) ->
Option
<
StringEnumDecl
>