// Other projects
projects.insert("erudite", Project {
title: "erudite",
description: "A fully-asynchronous test runner for running suites of tests in parallel",
source: "https://github.com/basalt-rs/erudite",
status: ProjectStatus::Maintained,
languages: &[
Language::Rust,
],
links: &[
Link::new("crates.io", "https://crates.io/crates/jacc"),
],
tags: &[
"async",
"tokio",
"concurrency",
],
});