Docs.rs
selene-lib-0.30.0
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
selene-lib 0.30.0
A library for linting Lua code. You probably want selene instead.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
deprecated_fields.lua
deprecated_fields.std.yml
deprecated_fields.stderr
deprecated_functions.lua
deprecated_functions.stderr
deprecated_params.lua
deprecated_params.std.yml
deprecated_params.stderr
specific_allow.lua
specific_allow.std.yml
specific_allow.stderr
toml_forwards_compatibility.lua
toml_forwards_compatibility.std.toml
toml_forwards_compatibility.stderr
1
2
3
4
table
.
foreach
(
{
}
,
function
(
k
,
v
)
end
)
print
(
table
.
getn
(
x
)
)
table
.
foreach
(
{
}
,
3
)