Docs.rs
near-workspaces-0.1.0
near-workspaces 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
nearprotocol-ci
ChaoticTempest
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
base64 ^0.13
normal
borsh ^0.9
normal
chrono ^0.4.19
normal
dirs ^3.0.2
normal
hex ^0.4.2
normal
near-account-id ^0.5
normal
near-crypto ^0.5
normal
near-jsonrpc-client ^0.1
normal
near-jsonrpc-primitives ^0.5
normal
near-primitives ^0.5
normal
near-sandbox-utils ^0.1
normal
portpicker ^0.1.1
normal
rand ^0.8.4
normal
reqwest ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
tokio ^1
normal
tokio-retry ^0.3
normal
url ^2.2.2
normal
borsh ^0.9
dev
libc ^0.2
normal
Versions
4.17%
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
☰
Trait Network
Implementors
Other items in
near_workspaces
?
Trait
near_workspaces
::
Network
[
−
]
[src]
pub trait Network:
TopLevelAccountCreator
+ NetworkInfo + NetworkClient +
Send
+
Sync
{ }
Implementors
[src]
impl<T>
Network
for T
where
T:
TopLevelAccountCreator
+ NetworkInfo + NetworkClient +
Send
+
Sync
,