Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: sigmaSd/IRust

[email protected]

06 Sep 14:53

Choose a tag to compare

[email protected]

18 Aug 07:38

Choose a tag to compare

switch to gnu from musl

[email protected]: 1.76.0

11 Aug 09:07

Choose a tag to compare

- Handle stderr in repl output
- Output :add errors in bare repl mode

[email protected]

10 Aug 15:12

Choose a tag to compare

[email protected]

10 Aug 09:28

Choose a tag to compare

[email protected]

10 Aug 08:32

Choose a tag to compare

1.75.0

04 Aug 20:44

Choose a tag to compare

  • Fixed argument parsing
  • Add Tips section in the README

1.74.0

28 Jul 00:01

Choose a tag to compare

Add --bare-repl flag

If you want to use irust programmatically , it won't be easy because it skips stdin and reads from tty directly, this is where --bare-repl flag comes in, if you use it irust will listen to stdin, you can send commands in the form of IRUST_INPUT_START$codeIRUST_INPUT_END and you'll receive output as IRUST_OUTPUT_START$outputIRUST_OUTPUT_END, example: IRUST_INPUT_START5+4IRUST_INPUT_END -> IRUST_OUTPUT_START9IRUST_OUTPUT_END.

Check out bare repl test for an example on how to use this.

[email protected]

17 Apr 20:19

Choose a tag to compare

[email protected]

22 Dec 17:01

Choose a tag to compare