Docs.rs
bitsplain-0.1.0-alpha.1
bitsplain 0.1.0-alpha.1
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
jirijakes
Dependencies
base64 ^0.21.0
normal
bech32 ^0.9.1
normal
bitcoin ^0.29.2
normal
bytes ^1.3.0
normal
hex ^0.4.3
normal
inventory ^0.3.3
normal
lightning ^0.0.113
normal
nom ^7.1.3
normal
rust_decimal ^1.27.0
normal
time ^0.3.17
normal
Versions
64.67%
of the crate is documented
Platform
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
Module dsl
bitsplain
0.1.0-alpha.1
Module dsl
Module Items
Structs
Enums
Functions
In crate bitsplain
bitsplain
Module
dsl
Copy item path
Source
Expand description
Domain-specific language for defining annotations.
Structs
§
Ann
Auto
Marker for
Make
that creates value out of
ToValue
.
Enums
§
Make
Represents a function that can create a
Value
out of
T
.
Reference
External reference attached to an annotation.
Functions
§
ann
Creates a new annotation with
label
and a value generator. All optional fields are empty and can be later popupated by calling appropriate method on
Ann
.
auto
Automatically derives
Value
from
ToValue
instance.