-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #267 from objectionary/update-eo-0.43.0
New release for eo-0.43.0
- Loading branch information
Showing
115 changed files
with
1,037 additions
and
1,024 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,9 +23,9 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang | ||
+rt jvm org.eolang:eo-runtime:0.42.0 | ||
+rt jvm org.eolang:eo-runtime:0.43.0 | ||
+rt node eo2js-runtime:0.0.0 | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Turns an object into a phi-term printable to console. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,14 +24,15 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang | ||
+rt jvm org.eolang:eo-runtime:0.42.0 | ||
+rt jvm org.eolang:eo-runtime:0.43.0 | ||
+rt node eo2js-runtime:0.0.0 | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# The object encapsulates a chain of bytes, adding a few | ||
# convenient operations to it. Objects like `int`, `string`, | ||
# and `float` encapsulate `bytes`. | ||
[] > bytes | ||
[data] > bytes | ||
data > @ | ||
$ > as-bytes | ||
$.eq 01- > as-bool | ||
string $ > as-string | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,9 +23,9 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang | ||
+rt jvm org.eolang:eo-runtime:0.42.0 | ||
+rt jvm org.eolang:eo-runtime:0.43.0 | ||
+rt node eo2js-runtime:0.0.0 | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# This object is doing exactly the same as `memory`, but allows | ||
# to store objects, not only data. In other words, it doesn't | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Compile Time Instruction (CTI). | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# The object dataizes `target`, makes new instance of `bytes` from given data and behaves as result | ||
# `bytes`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,9 +23,9 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang | ||
+rt jvm org.eolang:eo-runtime:0.42.0 | ||
+rt jvm org.eolang:eo-runtime:0.43.0 | ||
+rt node eo2js-runtime:0.0.0 | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# This object must be used in order to terminate the program | ||
# due to an error. Just make a copy of it with any encapsulated object. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# The object is a FALSE boolean state. | ||
[] > false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,9 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.fs | ||
+rt jvm org.eolang:eo-runtime:0.42.0 | ||
+rt jvm org.eolang:eo-runtime:0.43.0 | ||
+rt node eo2js-runtime:0.0.0 | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Directory in the file system. | ||
# Apparently every directory is a file. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,9 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.fs | ||
+rt jvm org.eolang:eo-runtime:0.42.0 | ||
+rt jvm org.eolang:eo-runtime:0.43.0 | ||
+rt node eo2js-runtime:0.0.0 | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# A file on the filesystem. | ||
[path] > file | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.fs | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# A `path` represents a path that is hierarchical and composed of a sequence of | ||
# directory and file name elements separated by a special separator or delimiter. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.fs | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Temporary directory. | ||
# For Unix/MacOS uses the path supplied by the first environment variable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Non-conditional forward and backward jumps. | ||
# Forward jump instantly returns provided object to `g.forward` without touching | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,9 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang | ||
+rt jvm org.eolang:eo-runtime:0.42.0 | ||
+rt jvm org.eolang:eo-runtime:0.43.0 | ||
+rt node eo2js-runtime:0.0.0 | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# The 16 bits signed integer. | ||
# Here `as-bytes` must be a `bytes` object. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,9 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang | ||
+rt jvm org.eolang:eo-runtime:0.42.0 | ||
+rt jvm org.eolang:eo-runtime:0.43.0 | ||
+rt node eo2js-runtime:0.0.0 | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# The 32 bits signed integer. | ||
# Here `as-bytes` must be a `bytes` object. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,9 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang | ||
+rt jvm org.eolang:eo-runtime:0.42.0 | ||
+rt jvm org.eolang:eo-runtime:0.43.0 | ||
+rt node eo2js-runtime:0.0.0 | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# The 64 bits signed integer. | ||
# Here `as-bytes` must be a `bytes` object. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.io | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Makes an `input` from bytes. | ||
# Here `bts` is sequence of bytes or an object that can be dataized | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.io | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# The `console` object is basic I/O object that allows to | ||
# interact with operation system console. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.io | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Dead input is an input that reads from nowhere and always | ||
# returns empty sequence of bytes `--`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.io | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Dead output is an output that writes to nowhere. | ||
[] > dead-output | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.io | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Reads all the bytes from provided `input` and returns its length. | ||
[input] > input-length | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.io | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Makes an output from allocated block in memory. | ||
# Here `allocated` is `malloc.of.allocated` object. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.io | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# The `stdin` object is a convenient wrapper on `console` object | ||
# which is used as input only and allows to read the data from console. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.io | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# The `stdout` object is convenient wrapper on `console` object which | ||
# uses it as output only and allows to print given argument to console as `string`: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.io | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Tee input is an input that reads from provided `input`, | ||
# writes to provided `output` and behaves as provided `input`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,9 +23,9 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang | ||
+rt jvm org.eolang:eo-runtime:0.42.0 | ||
+rt jvm org.eolang:eo-runtime:0.43.0 | ||
+rt node eo2js-runtime:0.0.0 | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# The `malloc` object is an abstraction of a storage of data in heap | ||
# memory. The implementation of `malloc` is platform dependent. It may | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,9 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.math | ||
+rt jvm org.eolang:eo-runtime:0.42.0 | ||
+rt jvm org.eolang:eo-runtime:0.43.0 | ||
+rt node eo2js-runtime:0.0.0 | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# The angle. | ||
[value] > angle | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.math | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# The Euler's number | ||
2.7182818284590452354 > e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.math | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Counts integral from `a` to `b`. | ||
# Here `func` is integration function, `a` is an upper limit, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.math | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Sequence of numbers. | ||
# Here `sequence` must be a `tuple` or any `tuple` decorator of `number` objects. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.math | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# The PI number | ||
3.14159265358979323846 > pi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.math | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Pseudo random number. | ||
[seed] > random | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,9 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.math | ||
+rt jvm org.eolang:eo-runtime:0.42.0 | ||
+rt jvm org.eolang:eo-runtime:0.43.0 | ||
+rt node eo2js-runtime:0.0.0 | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Real number. | ||
[num] > real | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Not a number. | ||
[] > nan | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Negative infinity. | ||
[] > negative-infinity | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang.net | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Socket. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,9 +23,9 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang | ||
+rt jvm org.eolang:eo-runtime:0.42.0 | ||
+rt jvm org.eolang:eo-runtime:0.43.0 | ||
+rt node eo2js-runtime:0.0.0 | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# The `number` object is an abstraction of a 64-bit floating-point | ||
# number that internally is a chain of eight bytes. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Positive infinity. | ||
[] > positive-infinity | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,9 +23,9 @@ | |
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+package org.eolang | ||
+rt jvm org.eolang:eo-runtime:0.42.0 | ||
+rt jvm org.eolang:eo-runtime:0.43.0 | ||
+rt node eo2js-runtime:0.0.0 | ||
+version 0.42.0 | ||
+version 0.43.0 | ||
|
||
# Rust insert. | ||
[code portal params] > rust /? |
Oops, something went wrong.