Skip to main content

Simple Scripting for Rust enables you to create "scripts", written in rust and "interpret" them, by using a shebang line. It's basically a way to run quick-and-dirty programs without having to setup a new crate.

Reason this release was yanked:

misleading docs (readme.md)

Project description

Description

This program enables you to run rust source files as scripts, from the command line, by prefixing them with a shebang line. It's useful because sometimes you just want to write a quick-and-dirty "script", without having to creaate a new crate/package.

Usage

#! /usr/bin/ssrs

// your rust code here
fn main() {
    println!("Hello World!");
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ssrs-0.1.0.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

ssrs-0.1.0-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page