Docs.rs
libwren-sys-0.1.0
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
libwren-sys 0.1.0
FFI bindings for the wren embedded programming language
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
bad_key_precedence.wren
duplicate_comma.wren
duplicate_trailing_comma.wren
empty_map_with_comma.wren
eof_after_colon.wren
eof_after_comma.wren
eof_after_key.wren
eof_after_value.wren
grow_and_shrink.wren
newlines.wren
precedence.wren
trailing_comma.wren
1
2
3
var map = { 1 + 2: "bad key" // expect error }