complexity-wasm
v0.4.2
Published
Rust complexity library compiled to WASM.
Readme
complexity-wasm
Rust complexity library compiled to WASM.
This port exposes a single function with the following signature:
export function computeComplexity(input: string, algorithm?: string): number;Where algorithm is one of the following:
standardlength
For more information, take a look at the original repo.
License
Copyright 2020-2023 Giorgio Garasto, Josh Clayton and thoughtbot, inc. See the LICENSE.
