Rust libraries: Difference between revisions

From wikinotes
(Created page with "= Interpreters = <blockquote> {| class="wikitable" |- | rust evcxr_repl |- |} </blockquote><!-- Interpreters -->")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
{| class="wikitable"
{| class="wikitable"
|-
|-
| [[rust evcxr_repl]]
| [[rust evcxr_repl]] || colourized interpreter with autocomplete
|-
|-
|}
|}
</blockquote><!-- Interpreters -->
</blockquote><!-- Interpreters -->
= Bindings =
<blockquote>
{| class="wikitable"
|-
| [[rust libc]] || ffi bindings for rust
|-
|}
</blockquote><!-- Bindings -->
= Os =
<blockquote>
{| class="wikitable"
|-
| [[rust atty]] || is stdin/out/err a tty?
|-
|}
</blockquote><!-- Os -->
= Logging =
<blockquote>
{| class="wikitable"
|-
| [[rust log]] || logging crate, maintained by rust team
|-
|}
</blockquote><!-- Logging -->

Latest revision as of 03:11, 10 February 2023

Interpreters

rust evcxr_repl colourized interpreter with autocomplete

Bindings

rust libc ffi bindings for rust

Os

rust atty is stdin/out/err a tty?

Logging

rust log logging crate, maintained by rust team