skate

Crates.ioskate
lib.rsskate
version0.0.0
sourcesrc
created_at2021-04-21 16:04:10.828808
updated_at2021-04-21 16:04:10.828808
descriptionA Programing language for rapid iteration
homepage
repositoryhttps://github.com/aDotInTheVoid/skate/
max_upload_size
id387728
size439,741
Alona Enraght-Moony (aDotInTheVoid)

documentation

README

Skate

Testing

# Runs unit tests

cargo test
# Runs e2e tests. Note that if these fail, it will not show
# but instead just change the file, which will show up in git.
# One day this should change
python test.py

# Update snapshots
cargo insta test --accept --delete-unreferenced-snapshots

Conduct

In all Skate-related forums, we follow the Rust Code of Conduct. For escalation or moderation issues please contact me (nixon DOT emoony AT gmail) instead of the Rust moderation team.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Commit count: 248

cargo fmt