basebanana

Crates.iobasebanana
lib.rsbasebanana
version0.1.2
sourcesrc
created_at2024-06-18 11:36:15.264855
updated_at2024-06-19 12:00:37.688114
descriptionbaseBanana implementation
homepage
repositoryhttps://github.com/bakulf/basebanana.rs
max_upload_size
id1275392
size32,066
Andrea Marchesini (bakulf)

documentation

README

Banana.rs

A Rust implementation of basebanana

Build && Installation

$ cargo build

Wasm

$ cargo install wasm-pack
$ wasm-pack build --target web
$ python3 -m http.server

Browse http://localhost:8000 and check the console.

Commit count: 8

cargo fmt