otter-node 0.1.0

Node.js API layer for Otter
docs.rs failed to build otter-node-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

otter-node

Node.js API compatibility layer for Otter.

Overview

otter-node provides Node.js-compatible APIs for the Otter runtime, enabling existing Node.js code to run with minimal modifications.

Supported APIs

  • fs - File system operations
  • path - Path manipulation
  • buffer - Buffer handling
  • crypto - Cryptographic operations

Usage

Add to your Cargo.toml:

[dependencies]
otter-node = "0.1"

License

MIT