[WIP] Tolerable drop-in replacement for VSCode.
Go to file
Nefo Fortressia b9a0719750
refactor: migrate panic!() usage to Rust 2021
This commit refactors code to conform to some changes in Rust 2021:
- The panic!() macro now uses format_args!() like println!().
- The usage of panic!(x) is now deprecated if x is not a string literal.

See:
https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html
2021-12-13 11:25:10 +07:00
.gitlab/issue_templates chore: add "Logs" to the bug issue template 2021-11-09 08:01:10 +07:00
src refactor: migrate panic!() usage to Rust 2021 2021-12-13 11:25:10 +07:00
.gitignore refactor: rewrite in Rust 2021-10-18 15:02:41 +07:00
.pre-commit-config.yaml chore: pin pre-commit repos to their latest version 2021-11-13 13:44:41 +07:00
Cargo.lock feat: implement win.save-file-as action 2021-10-31 16:58:20 +07:00
Cargo.toml feat: implement win.save-file-as action 2021-10-31 16:58:20 +07:00
LICENSE refactor: rewrite in Rust 2021-10-18 15:02:41 +07:00
README.md refactor: rewrite in Rust 2021-10-18 15:02:41 +07:00
clippy.toml chore(clippy): set "clippy::style" rule to deny 2021-10-22 10:37:12 +07:00

README.md

Echidna Code Editor