lens_sdk

Crates.iolens_sdk
lib.rslens_sdk
version0.6.0
sourcesrc
created_at2023-11-27 22:27:15.014956
updated_at2024-06-04 17:19:54.960491
descriptionAn SDK for writing bi-directional, wasm based, LensVM transformations in Rust
homepage
repositoryhttps://github.com/lens-vm/lens
max_upload_size
id1051090
size32,553
Source Devs (source-devs)

documentation

README

LensVM

Building

Once you have the listed prerequisites installed, you should be able to build everything in the repository and run all the tests by running make test from the repository root.

Prerequisites

The following tools need to be installed and added to your PATH before you can build the full contents of the repository:

  • rustup and Cargo/rustc, typically installed via rustup.
    • Please pay attention to any prerequisites, for example if on Ubuntu you may need to install the build-essential package
  • If connection errors are experienced when retrieving rust package dependencies from crates.io, you might need to tweak your .gitconfig as per this comment.
  • npm, typically installed via nvm
  • Go
Commit count: 31

cargo fmt