justfuck

Crates.iojustfuck
lib.rsjustfuck
version0.1.2
sourcesrc
created_at2022-08-13 02:11:33.353229
updated_at2022-08-13 02:46:21.406984
descriptionA jsfuck encoder written in rust.
homepage
repositoryhttps://github.com/onion108/just-fuck
max_upload_size
id644372
size50,854
27Onion Nebell (onion108)

documentation

README

JustFuck

A JSFuck encoder implemented in rust.

See The Original Project

Overview

JustFuck is a simple JSFuck encoder implemented in Rust. For usages, you can run justfuck --help after installing the justfuck.

Installation

Use the following command to install the justfuck command:

cargo install justfuck

Build from source

If you want to build it by yourself, run the following command in the source directory:

cargo build
Commit count: 5

cargo fmt