For more information about the moxie project, see the website.
moxie-dom
offers APIs for incrementally constructing HTML in the browser and elsewhere.
See examples for demos, live versions of which are available on
the project's website.
augdom
wraps the web's DOM API and augments it with non-Web polyfills for e.g.
server-side rendering.
prettiest
is a Rust pretty-printer for JavaScript values.
raf
is a runloop scheduler built with requestAnimationFrame
.
moxie
is an incremental runtime offering caching and "reactive" state management.
dyn-cache
offers generational caches for arbitrary Rust types, allowing a single
database struct to be used for any number of static or dynamic queries.
illicit
offers thread-local type-indexed implicit context singletons.
topo
creates reproducible identifiers for locations in the runtime callgraph. Used to
generate query scopes for dyn-cache
storage.
mox
implements an XML-like syntax for Rust builders inspired by JSX.
See CONTRIBUTING.md for overall contributing info and CONDUCT.md for the project's Code of Conduct. The project is still early in its lifecycle but we welcome anyone interested in getting involved.
Licensed under either of
at your option.