Crate ssg

source ·
Expand description

A Fast and Flexible Static Site Generator written in Rust 🦀

shokunin

Rust Crates.io Lib.rs [License](MIT OR Apache-2.0)

Features

  • Serialization and deserialization of data structures to JSON format
  • …
  • …

Usage

Add the following to your Cargo.toml file:

[dependencies]
shokunin = "0.0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

Functions

  • This is the main entry point for the my_library library.