0.4.2 • Published 7 months ago

complexity-wasm v0.4.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

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:

  • standard
  • length

For more information, take a look at the original repo.

License

Copyright 2020-2023 Giorgio Garasto, Josh Clayton and thoughtbot, inc. See the LICENSE.

0.4.2

7 months ago