rost_gen VS crates.io

Compare rost_gen vs crates.io and see what are their differences.

rost_gen

A simple static site generator built using Rust (by Eakam1007)

crates.io

The Rust package registry (by rust-lang)
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
rost_gen crates.io
12 662
0 2,819
- 1.6%
0.0 10.0
over 1 year ago about 12 hours ago
Rust 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.

rost_gen

Posts with mentions or reviews of rost_gen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-25.
  • rost_gen - release 1
    2 projects | dev.to | 25 Nov 2022
    This week, I released version 1.0.1 of rost_gen, a simple static site generator built using rust. I had kind of forgotten about versions for a while, but the project had advanced enough for a v1 release. Since I had used rust, the appropriate place for a release was crates.io.
  • Adding automated tests to rost_gen
    2 projects | dev.to | 11 Nov 2022
    This week, I added some automated testing to my static site generator project, rost_gen. As the project is built using rust, it was quite easy to get started as I did not need to use any additional frameworks.
  • Adding formatter and linter to rost_gen
    3 projects | dev.to | 4 Nov 2022
    This week, I added a formatter and linter to rost_gen (a static site generator) to improve the readability of the code and fix common issues automatically. I chose to use rustfmt for the formatter and rust-clippy for the linter.
  • Adding link markdown support to rost_gen
    2 projects | dev.to | 28 Oct 2022
    This week, I was tasked with adding another feature to my static site generator rost_gen based on Docusaurus features. Docusaurus is a great static site generator that has a lot of features. It provides a starting template, and even a command to deploy to github pages. After some deliberation, I decided it would be best to add support for parsing links to other pages (internal and external). If implemented properly, it would allow me to easily add additional inline markdown features such as bold, italic, etc. I broke down the feature into several parts and created issues for them:
  • Refactoring my static site generator
    1 project | dev.to | 14 Oct 2022
    For this week in my course in open-source development, I was tasked with refactoring my ssg project (rost_gen). A simple and though potentially time-consuming task.
  • Adding config parsing to a ssg
    2 projects | dev.to | 6 Oct 2022
    My rost_gen ssg project also received a PR about adding config file parsing. After reviewing the changes, I decided to test it locally by setting up a tracking branch using git. This was fairly simple to do, and I can't believe I did not try this before. Since I have not added any automated tests, I previously did this by looking at the code. However, as more features get added, it is not possible to check if the code will work as you think. By using a local tracking branch, I was able to easily test the changes and find some formatting issues by using VS code's auto formatting. I requested the author to resolve these and merged the PR by merging the branch into the master branch.
  • Merging parallel branches without PRs in GitHub
    1 project | dev.to | 30 Sep 2022
    For week 4 of my course in open-source development, I was tasked with adding two more features to my ssg project rost_gen. However, I was supposed to work on both at the same time on different branches and merge those branches into the main branch once both implementations were complete. Normally, I would use pull requests and not merge directly into the main branch.
  • Contributing to another ssg project
    3 projects | dev.to | 23 Sep 2022
    For this week in my course on open-source development, we were tasked to pick another ssg (static site generator) project and add support for markdown (.md) files and at least one markdown feature. Someone reached out to me about adding markdown support to my ssg (rost_gen) and created an issue for it.
  • First Pull Request
    3 projects | dev.to | 22 Sep 2022
    The first step I did was I added an issue to Eakam's repository so that they knows what I'm doing with their code For this Lab 2, I'm going to implement the code that allows user covert a md file into a html file. Also, I would like add a feature that be able to change the header syntax (#) in an MD file into the
  • rost_gen - A simple static site generator
    2 projects | dev.to | 18 Sep 2022
    This is a project that I created as part of my course in open-source development. Rost_gen is a basic static site generator made using Rust that generates html files from text files.

crates.io

Posts with mentions or reviews of crates.io. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-28.

What are some alternatives?

When comparing rost_gen and crates.io you can also consider the following projects:

docs.rs - crates.io documentation generator

plotters - A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely πŸ¦€ πŸ“ˆπŸš€

Cargo - The Rust package manager

trunk - Build, bundle & ship your Rust WASM application to the web.

gtk4-rs - Rust bindings of GTK 4

Rocket - A web framework for Rust.

embassy - Modern embedded framework, using Rust and async.

cargo-crev - A cryptographically verifiable code review system for the cargo (Rust) package manager.

rust - Empowering everyone to build reliable and efficient software.

rfcs - RFCs for changes to Rust

book - The Rust Programming Language

Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!