Alen: Simple terminal alignment viewer

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • alen

    Simple terminal alignment viewer

  • I've just written my first real Rust program, Alen. It's an in-terminal biological sequence alignment viewer. To my great surprise, there wasn't really any good command-line alignment viewers out there: The existing alan and alv were poorly implemented and buggy.

  • cargo

    Discontinued 📦 GitHub Action for Rust `cargo` command (by actions-rs)

  • If you want to share binaries, it might be worthwhile to look into CI/CD building. GitHub Actions would be an easy choice. I haven't done cross-compilation for MacOS and Windows, just building static binaries with rust-musl-builder, but actions-rs/cargo seems worth a closer look and claims to support the cross project. That one would cover x86_64-unknown-linux-musl and x86_64-pc-windows-gnu, but no MacOS targets.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • cross

    “Zero setup” cross compilation and “cross testing” of Rust crates

  • If you want to share binaries, it might be worthwhile to look into CI/CD building. GitHub Actions would be an easy choice. I haven't done cross-compilation for MacOS and Windows, just building static binaries with rust-musl-builder, but actions-rs/cargo seems worth a closer look and claims to support the cross project. That one would cover x86_64-unknown-linux-musl and x86_64-pc-windows-gnu, but no MacOS targets.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • actions-rs Github Actions need more maintainers!!! OR to be replaced

    7 projects | /r/rust | 21 Nov 2022
  • httm is for when you want to find your ZFS file snapshots really fast

    4 projects | /r/zfs | 19 Apr 2022
  • GitHub Actions best practices for Rust projects

    2 projects | /r/rust | 20 Apr 2021
  • Is statically compiling against glibc possible?

    1 project | /r/rust | 16 Nov 2023
  • How to cross Compile on Debian for: Mac / FreeBSD / OpenBSD / Android ... ?

    3 projects | /r/rust | 11 Jul 2023