qwik-core 0.1.0

Qwik optimizer compiler
qwik-core-0.1.0 doesn't have any documentation.

qwik-core

1. Install rust

https://www.rust-lang.org/tools/install

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

2. Build library

make build

or

cargo build

3. Run tests

make test

or

cargo test