Docs.rs
tin-0.3.0
tin 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dflemstr
Dependencies
byteorder ^1.2.7
normal
codespan ^0.2.0
normal
codespan-reporting ^0.2.0
normal
cranelift ^0.26.0
normal
cranelift-module ^0.26.0
normal
cranelift-simplejit ^0.26.0
normal
dot ^0.1.4
normal
enum-primitive-derive ^0.1.2
normal
env_logger ^0.6.0
normal
failure ^0.1.5
normal
itertools ^0.8.0
normal
lalrpop-util ^0.16.2
normal
lazy_static ^1.2.0
normal
log ^0.4.6
normal
num-traits ^0.2.6
normal
pretty_env_logger ^0.3.0
normal
rayon ^1.0.3
normal
optional
regex ^1.1.0
normal
specs ^0.14.3
normal
specs-derive ^0.4.0
normal
specs-visitor ^0.3.0
normal
specs-visitor-derive ^0.3.0
normal
structopt ^0.2.14
normal
pretty_assertions ^0.5.1
dev
failure ^0.1.5
build
lalrpop ^0.16.2
build
regex ^1.1.0
build
walkdir ^2.2.7
build
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
Module error
tin
0.3.0
Module error
Module Items
Enums
Type Aliases
In crate tin
tin
Module
error
Copy item path
Source
Expand description
Common error types and utilities.
Enums
§
Error
An error that occurs while interacting with Tin.
Type Aliases
§
Result
A convenience result wrapper for the
Error
type.