Registry / utility / swc-atoms

swc-atoms

JSON →
library9.0.3rscratesunverified

Atoms for the swc project.

# Cargo.toml [dependencies] swc_atoms = "9.0.3"
INSTALL
IMPORT
SIG · SWC-ATOMS
S
swc-atoms
utilityrustv9.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Atom
use swc_atoms::Atom;

Creates and prints an Atom from a string.

use swc_atoms::Atom; fn main() { let atom = Atom::from("hello"); println!("Atom: {}", atom); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
9.0.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Resources
swc-atoms — cargo add swc-atoms · libregistry