Mike Voronov
4bdc881c7a
chore: change license to AGPL-3 ( #844 )
2024-06-26 12:34:36 +03:00
Mike Voronov
0a8827bb3c
chore: use resolver 2 and 2021 edition ( #769 )
2023-12-18 18:48:46 +03:00
Ivan Boldyrev
004ce10abd
Make unstable clippy happy with clippy --fix
( #402 )
...
Most of changes either move variables into `format!` templates
or remove excessive clones.
2022-12-12 22:37:05 +07:00
Mike Voronov
a4011ef038
Introduce length functor ( #314 )
2022-09-08 16:58:04 +03:00
Ivan Boldyrev
619e8829a9
Get rid of unsafe code in the interpreter ( #303 )
...
* Get rid of unsafe code unless really necessary
* Add lint levels where appropriate
Some crates (air-beautifier, air-testing-framework) have lot of
rust_2018_idioms violations, that will be resolved later.
2022-09-06 00:03:30 +07:00
Mike Voronov
0d9390d333
make clippy happy ( #291 )
2022-08-10 12:27:06 +03:00
Mike Voronov
1d8182d497
Support scalars in lambda ( #192 )
2021-12-15 12:46:09 +03:00
Mike Voronov
1c55d34981
Use custom logic for lambda instead of json path ( #154 )
2021-10-18 23:23:30 +03:00