mask VS fsharp-formatting-conventions

Compare mask vs fsharp-formatting-conventions and see what are their differences.

mask

🎭 A CLI task runner defined by a simple markdown file (by jacobdeichert)

fsharp-formatting-conventions

G-Research F# code formatting guidelines (by G-Research)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
mask fsharp-formatting-conventions
7 1
995 19
- -
6.0 3.0
4 months ago 7 months ago
Rust
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

mask

Posts with mentions or reviews of mask. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-12.
  • Mask – A CLI task runner defined by a simple Markdown file
    1 project | news.ycombinator.com | 10 Jun 2022
  • How to improve my Rust workflow?
    4 projects | /r/rust | 12 Apr 2022
    Another alternative I'll add is my mask CLI tool. It reads a markdown file and parses it for a command structure. Markdown code blocks are used to define bash/zsh/python/ruby/node scripts all within a single file.
  • anyone using rust in production? what do you do?
    22 projects | /r/rust | 30 Mar 2022
    I also build and maintain a Rust-based CLI tool called mask. While this doesn't run in production, it powers everything from my local development workflow to my CI and production deployment flow.
  • Rust Is for Professionals
    8 projects | news.ycombinator.com | 13 Apr 2021
  • My Latest Side Project: Modal File Manager
    4 projects | dev.to | 11 Apr 2021
    It is a new project that is currently in Alpha stage. You can download from my GitHub account and play with it. It is built using Svelte, Nw.js, and mask script running.
  • Rust Foundation: Hello, World
    12 projects | news.ycombinator.com | 8 Feb 2021
    I mentioned elsewhere in this thread that I built a jigsaw puzzle website [1] with a Rust API backend and I launched it last week. It definitely took longer than if I had used Node, but I enjoy working with Rust much more.

    Apart from that website, I have also open sourced a Rust CLI task runner [2] which uses markdown files as a command definition format. This is probably the most important tool I've ever written, as I have used it every single day since.

    [1]: https://puzzlepanda.com

    [2]: https://github.com/jakedeichert/mask

  • Controling your Computer from a Phone
    2 projects | dev.to | 15 Jan 2021
    At the top level, there are three things: the server directory, the UI directory, and a maskfile.md file for using mask. Mask is a great tool for running scripts on your project. I use it all the time.

fsharp-formatting-conventions

Posts with mentions or reviews of fsharp-formatting-conventions. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-08.
  • Rust Foundation: Hello, World
    12 projects | news.ycombinator.com | 8 Feb 2021
    Admittedly I work for a very opinionated team - we even have our own style guidelines (https://github.com/G-Research/fsharp-formatting-conventions) which are often in direct contradiction to Microsoft's, and my team strongly skews towards writing explicit type annotations on all function signatures. I can certainly see how there would be a problem if one defaulted to omitting type annotations.

What are some alternatives?

When comparing mask and fsharp-formatting-conventions you can also consider the following projects:

regex - An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

sqlx - 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.

hyperscan - High-performance regular expression matching library

thanos-remote-read - Adapter to query Thanos StoreAPI with Prometheus remote read support.

xtensa-rust-quickstart - A demo crate for the xtensa uC's (ESP32, ESP8266)

Rusoto - AWS SDK for Rust

wasm-astar - 👾 Rust WebAssembly A* Pathfinding Demo

rust-postgres - Native PostgreSQL driver for the Rust programming language

foundation.rust-lang.org - website for Rust Foundation

structopt - Parse command line arguments by defining a struct.

cargo-make - Rust task runner and build tool.