Docs.rs
cpp_to_rust_common-0.2.3
cpp_to_rust_common 0.2.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Riateche
Dependencies
num_cpus ^1.0.0
bincode ^0.7.0
regex ^0.1
lazy_static ^0.2
backtrace ^0.2.1
serde ^0.9
serde_derive ^0.9
serde_json ^0.9
error-chain ^0.5
toml ^0.2
term-painter ^0.2.3
serde_codegen ^0.9
Versions
Platform
i686-apple-darwin
i686-pc-windows-msvc
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
Type Definition Result
cpp_to_rust_common
::
errors
Type Definition
cpp_to_rust_common
::
errors
::
Result
[
−
]
type Result<T> =
Result
<T,
Error
>;