Docs.rs
tensor-escrow-0.1.1
tensor-escrow 0.1.1
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
richardwu
github:tensor-foundation:rust-crate-updaters
Dependencies
anchor-lang ^0.29.0
normal
optional
borsh ^0.10
normal
num-derive ^0.3
normal
num-traits ^0.2
normal
serde ^1.0
normal
optional
serde_with ^3.0
normal
optional
solana-program ^1.16, <1.18
normal
thiserror ^1.0
normal
assert_matches ^1.5.0
dev
solana-program-test ^1.16, <1.18
dev
solana-sdk <1.18
dev
Versions
30.67%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
Files
tensor_escrow/
lib.rs
1
mod
generated;
2
3
pub use
generated::programs::TENSOR_ESCROW_ID
as
ID;
4
pub use
generated::
*
;