Docs.rs
macroforge_ts-0.1.36
macroforge_ts 0.1.36
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
rymskip
Dependencies
anyhow ^1.0
normal
clap ^4.5
normal
dashmap ^6.1
normal
ignore ^0.4
normal
inventory ^0.3.21
normal
macroforge_ts_macros ^0.1.36
normal
macroforge_ts_quote ^0.1.36
normal
macroforge_ts_syn ^0.1.36
normal
napi ^3.5.2
normal
napi-derive ^3.3.3
normal
serde ^1.0
normal
serde_json ^1.0
normal
swc_core ^48.0.4
normal
thiserror ^2.0
normal
tempfile ^3.13.0
dev
napi-build ^2.3.1
build
Versions
92.66%
of the crate is documented
Go to latest version
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
Send
macroforge_
ts
0.1.36
Send
Implementors
In macroforge_
ts::
swc_
common::
sync
macroforge_ts
::
swc_common
::
sync
Trait
Send
Copy item path
Source
pub trait Send { }
Expand description
Dummy trait because swc_common is in single thread mode.
Implementors
§
Source
§
impl<T>
Send
for T
where T: ?
Sized
,