Skip to content

eluv-io/elvcrawl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elvcrawl

eluvio fabric crawler

Installing

Install Rust and add nightly toolchain and wasm32 targets

curl https://sh.rustup.rs -sSf | sh -s -- -y
source $HOME/.cargo/env
rustup toolchain install nightly
rustup update
rustup target add wasm32-unknown-unknown --toolchain nightly
rustup default nightly

Building

Rust

cargo build --target wasm32-unknown-unknown --release --workspace

About

eluvio crawler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%