https://github.com/namescode/vel
A Svelte like templating engine
https://github.com/namescode/vel
Last synced: 11 months ago
JSON representation
A Svelte like templating engine
- Host: GitHub
- URL: https://github.com/namescode/vel
- Owner: NamesCode
- Created: 2024-12-05T18:02:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-24T21:17:45.000Z (about 1 year ago)
- Last Synced: 2025-07-15T07:13:10.853Z (11 months ago)
- Language: Rust
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSES/CC-BY-SA-4.0.txt
Awesome Lists containing this project
README
// SPDX-FileCopyrightText: 2025 Name
//
// SPDX-License-Identifier: CC-BY-SA-4.0
= Vel
Author
:description: A web templating library inspired by Svelte
:copyright: (C) 2025 Name <{email}>
:license: https://creativecommons.org/licenses/by-sa/4.0/[CC-BY-SA 4.0]
:homepage: https://git.puppyboy.cloud/Name/vel.git
:toc:
{description}
WARNING: THIS IN ALPHA, DO NOT USE. NOTHING IS STABLE.
.Todo
* [ ] Make an implementation that doesn't use a DOM tree and compare the performance, switching to whichever is the fastest.