Docs.rs
flowr-0.132.0
flowr 0.132.0
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
andrewdavidmackenzie
Dependencies
clap ~4
normal
env_logger ^0.10.0
normal
error-chain ^0.12.2
normal
flowcore ^0.132.0
normal
flowstdlib ^0.132.0
normal
iced ^0.10.0
normal
iced_aw ^0.6.0
normal
iced_native ^0.10.3
normal
image =0.24.7
normal
log ^0.4.20
normal
multimap ~0.9
normal
once_cell ^1.18.0
normal
portpicker ^0.1.1
normal
rand ^0.8
normal
rustyline ^12.0.0
normal
serde ~1.0
normal
serde_derive ~1.0
normal
serde_json ^1.0
normal
simpath ~2.5
normal
simpdiscover ^0.6.2
normal
tokio ^1
normal
url ^2.2
normal
wasmtime ^11.0.1
normal
zmq ^0.10.0
normal
flowstdlib ^0.132.0
dev
portpicker ^0.1.1
dev
serial_test ^2.0.0
dev
tempdir ~0.3.5
dev
Versions
100%
of the crate is documented
Go to latest version
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
☰
Result
In flowrlib::errors
?
Type Definition
flowrlib
::
errors
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
Convenient wrapper around
std::Result
.