tinyrick | a freeform Rust build system

 by   mcandre Rust Version: v0.0.11 License: No License

kandi X-RAY | tinyrick Summary

kandi X-RAY | tinyrick Summary

tinyrick is a Rust library. tinyrick has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

I'm tinyrick (TINYRICK!) and I build Rust projects. With tinyrick, you configure your build in the same normal Rust code as the rest of your project. Or keep picking your nose with make, it's up to you. Look at my pants! tinyrick! You think my pants are one size fits all? No, of course not! So get the pants that fit you. Get a tinyrick.rs that fits your workflow. Task dependency trees, get em while they're hot! Segfaults, get em while they're not. Smarter, butter, faster, stranger.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              tinyrick has a low active ecosystem.
              It has 49 star(s) with 4 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 18 open issues and 24 have been closed. On average issues are closed in 2 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of tinyrick is v0.0.11

            kandi-Quality Quality

              tinyrick has no bugs reported.

            kandi-Security Security

              tinyrick has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              tinyrick does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              tinyrick releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of tinyrick
            Get all kandi verified functions for this library.

            tinyrick Key Features

            No Key Features are available at this moment for tinyrick.

            tinyrick Examples and Code Snippets

            SETUP,tinyrick.rs
            Rustdot img1Lines of Code : 25dot img1no licencesLicense : No License
            copy iconCopy
            fn banner() {
                println!("{} {}", env!("CARGO_PKG_NAME"), env!("CARGO_PKG_VERSION"));
            }
            
            fn test() {
                tinyrick::exec!("cargo", &["test"]);
            }
            
            fn build() {
                tinyrick::deps(test);
                tinyrick::exec!("cargo", &["build", "--release"]);
            }  
            SETUP,Cargo.toml
            Rustdot img2Lines of Code : 17dot img2no licencesLicense : No License
            copy iconCopy
            [package]
            name = "derpmobile"
            description = "hyperadvanced derpmobiles"
            version = "3.1.4"
            
            [dependencies]
            tinyrick = { version = "0.0.10", optional = true }
            
            [features]
            letmeout = ["tinyrick"]
            
            [[bin]]
            name = "tinyrick"
            path = "tinyrick.rs"
            required-  
            EXAMPLE
            Rustdot img3Lines of Code : 13dot img3no licencesLicense : No License
            copy iconCopy
            $ cd example
            
            $ tinyrick
            running 1 test
            test smoketest ... ok
            
            $ tinyrick -h
            Usage: tinyrick [options]
            
            Options:
                -l, --list          list available tasks
                -h, --help          print usage info
                -v, --version       print version info
              

            Community Discussions

            No Community Discussions are available at this moment for tinyrick.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install tinyrick

            You can download it from GitHub.
            Rust is installed and managed by the rustup tool. Rust has a 6-week rapid release process and supports a great number of platforms, so there are many builds of Rust available at any time. Please refer rust-lang.org for more information.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link