Skip to content

v0.12.0

Compare
Choose a tag to compare
@rust-shell-script rust-shell-script released this 10 Mar 01:37
· 294 commits to master since this release

Major Changes

  • No more runtime lexing and arguments parsing, do lexing and parsing completely at compile time
  • No more runtime package dependency except std
  • No more unsafe function calls
  • Removed APIs which could lead to exploitable code

API Changes

Tests and Examples

Misc

  • A bunch of code clean up, including eliminating duplicated code and unnecessary APIs