New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

q-rust

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

q-rust

a light weight alternative to rust with a lot of native features missing

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

QuickRust

Quick Rust is a light weight alternative to rust with a lot of native features missing, perfect for places where you can't use the compiler.

Inspired by This.

Installation

Simple as installing from npm

npm install -g q-rust

Usage

Usage: qrust <file>

        Internet connection is required

Example: qrust src/main.rs

Options:
        -h, --help      Show this help message.   
        -v, --version   Show version.
        -w, --watch     Watch file for changes.   
        --json          load through json. 

Qrust json input

qrust dosn't support input from std, so for that reason we provide a json based input system

JSON options:

{
	"file": "path to rust file.rs",
	"watch": false || true,
	"var": ["list", "of vars"]
}

you then access these variables through the <%QRS_...%> keyword, where the ... is the var name.

you can run a json by swapping the file in the run command with the json location and adding the --json argument.

check out examples on using it here

Keywords

quick-rust

FAQs

Package last updated on 03 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts