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
..
cannot_be_infix.wren
cannot_be_minus.wren
cannot_be_setter.wren
cannot_be_static.wren
cannot_be_subscript.wren
cannot_be_unary.wren
cannot_call_initializer.wren
named.wren
no_default.wren
no_parameter_list.wren
not_inherited.wren
super_must_have_args.wren
superclass.wren
1
2
3
4
5
class Foo { construct +(value) { // expect error System.print("ok") } }