use-svelte
Svelte and SvelteKit metadata primitives for RustUse.
Experimental
use-svelte is experimental while use-js remains below 0.3.0.
Example
use ;
let component = new?;
let directive = new?;
assert_eq!;
assert_eq!;
assert_eq!;
# Ok::
Scope
- Svelte file-kind labels plus
SvelteKitdirectory, rendering, and config labels. - Lightweight component and directive name validation.
Non-goals
- Svelte compilation.
- Stores, routing, or template parsing.
- Runtime behavior.
License
Licensed under either Apache-2.0 or MIT.