Docs.rs
underscore-0.0.2
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
underscore 0.0.2
utility library for rust. Inspired by underscore.js.
Crate
Source
Builds
Feature flags
Hide files
..
btreemap
hashmap
vec
lib.rs
1
2
3
4
5
#!
[
crate_type
=
"
lib
"
]
pub
mod
vec
;
pub
mod
hashmap
;
pub
mod
btreemap
;