Skip to content

walrust/wal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wal

Front-end framework for creating Single Page Applications written in Rust.

About

Wal is a Rust library designed to allow the creaction of front-end web applications leveraging Rust and WebAssembly. It consists of three crates:

  • wal-core - main crate which provides most fuinctionalities: components interface, routing, VDOM calculation, rendering and handling HTML events,
  • wal-rsx - crate which provides the developer with useful HTML-like syntax called rsx,
  • wal-css - crate which allows usage of local CSS styling with limited scopes.

The library allows creating SPA applications with the use of re-usable interactive components.

References

Used Technologies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages