Docs.rs
lute-0.1.1
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
lute 0.1.1
Immutable maps and sets built from fixed entries
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
cast_key.rs
cast_key.stderr
closure_key.rs
closure_key.stderr
duplicate_key.rs
duplicate_key.stderr
empty_array.rs
empty_array.stderr
float_key.rs
float_key.stderr
indistinguishable.rs
indistinguishable.stderr
negate_non_int.rs
negate_non_int.stderr
negated_unsigned.rs
negated_unsigned.stderr
negative_repeat.rs
negative_repeat.stderr
out_of_range.rs
out_of_range.stderr
range_bounds.rs
range_bounds.stderr
set_arrow.rs
set_arrow.stderr
set_unsuffixed_int.rs
set_unsuffixed_int.stderr
unsuffixed_int.rs
unsuffixed_int.stderr
1
2
3
fn
main
(
)
{
lute
::
set
!
(
|
x
:
u8
|
x
)
;
}