0.1.6 • Published 5 years ago
superhumanize v0.1.6
superhumanize
Make friendly_machine_produced[labels] into Friendly Machine Produced Labels. Written in Rust.
Implementation Notes
superhumanize is implemented in Rust as a proof-of-concept to explore whether or not Rust + WASM is production-ready.
Prerequisites
It is assumed that you have the cargo-make crate installed so that cargo make ... commands will work.
Building
> cargo make buildTesting
Rust-based Unit Tests
> cargo make testNode.js-based Integration Tests
> cargo make npm-testPublishing
To NPM
> cargo make npm-publish