Docs.rs
plutus-parser-0.1.0
plutus-parser 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
sundaeswapbuild
Dependencies
indexmap ^2
normal
pallas-primitives ^0.32
normal
optional
pallas-primitives ^0.33
normal
optional
pallas-primitives ^1.0.0-alpha.2
normal
optional
plutus-parser-derive ^0.1.0
normal
optional
thiserror ^2
normal
Versions
0%
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
plutus_
parser
0.1.0
plutus_parser
Function
parse_tuple
Copy item path
Source
pub fn parse_tuple<const N:
usize
>( data:
PlutusData
, ) ->
Result
<[
PlutusData
;
N
],
DecodeError
>