cons-list VS serial_test

Compare cons-list vs serial_test and see what are their differences.

cons-list

Singly-linked list implementation in Rust (by tranzystorekk)

serial_test

Allows for the creation of serialised Rust tests (by palfrey)
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
cons-list serial_test
1 1
4 196
- -
0.0 7.3
over 1 year ago 10 days ago
Rust Rust
- MIT License
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.

cons-list

Posts with mentions or reviews of cons-list. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-05.
  • Simple stack implementation: unsafe's use case
    4 projects | /r/rust | 5 Feb 2022
    For reference, here's my linked list: https://github.com/tranzystorek-io/cons-list, based on "too many linked lists", contains most features you'd expect from a collection, and is aimed to be fairly simple to understand

serial_test

Posts with mentions or reviews of serial_test. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-08.
  • I made another crate for running tests sequentially
    2 projects | /r/rust | 8 Jun 2022
    serial_test exists, but IMO its too big, so I made sequential-test, it's >30% faster (350ms vs 550ms (in my contrived test that favors serial_test %-wise)), >60% smaller (2.6kb vs 6.8kb), and 100% simpler (with a single lib.rs file coming in at 140 lines).

What are some alternatives?

When comparing cons-list and serial_test you can also consider the following projects:

miri - An interpreter for Rust's mid-level intermediate representation

telexide - an easy-to-use async telegram bot library for Rust

index-list - A doubly-linked list implementation in safe Rust using vector indexes

nut-rs - rups: A Network UPS Tools (NUT) implementation in Rust.

photon - ⚡ Rust/WebAssembly image processing library

bst-rs - Recursive & Iterative Binary Search Tree Implementations within Rust

sequential-test

update-informer - Update informer for CLI applications written in Rust 🦀