use-wasm-wit
WIT primitive utilities for RustUse. This crate models package, namespace, interface, world, type, function, and resource names with conservative validation.
Example
use ;
let package = new.expect;
let world = new.expect;
assert_eq!;
assert_eq!;
Scope
- WIT package and identifier wrappers.
- Conservative validation and display helpers.
Non-goals
- No full WIT parser.
- No package resolution.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license