shtola

ssg in rust
git clone https://tilde.team/~marisa/repo/shtola.git
Log | Files | Refs | LICENSE

commit ecba8a9f59971aab7c28f769f9ac968fc6ff8b7e
parent ad9cee9021d0dbe7f1ac948c80d29180d364b176
Author: mokou <mokou@posteo.de>
Date:   Tue, 23 Jun 2020 15:08:30 +0200

chore: Update stuff

Diffstat:
D.drone.yml | 10----------
Mware/README.md | 2+-
2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/.drone.yml b/.drone.yml @@ -1,10 +0,0 @@ ---- -kind: pipeline -type: docker -name: default - -steps: - - name: test - image: rust - commands: - - cargo test diff --git a/ware/README.md b/ware/README.md @@ -38,7 +38,7 @@ Ware provides a single-argument struct (e.g. `Ware<i32>`) and a dual-argument struct (e.g. `Ware2<i32, String>`). Functions that get registered as middleware cannot directly modify their -variables, as they have to by of the `Fn` trait. I would +variables, as they have be of the `Fn` trait. I would recommend using immutable data structures that are efficient when duplicating values. ## Documentation