Docs.rs
vls-proxy-0.14.0-rc.2
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
vls-proxy 0.14.0-rc.2
A library for implementing a Lightning signer, which externalizes and secures cryptographic operations.
Crate
Source
Builds
Feature flags
Documentation
Coverage
30.14%
22
out of
73
items documented
0
out of
42
items with examples
Size
Source code size: 192.27 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 6.23 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
Homepage
lightning-signer/validating-lightning-signer
32
49
205
crates.io
Dependencies
anyhow ^1.0
normal
async-stream ^0.3
normal
optional
async-trait ^0.1
normal
backon ^1.4.1
normal
optional
clap ^4.0.0
normal
optional
ctrlc ^3.4.5
normal
optional
futures ^0.3
normal
hex ^0.4
normal
lightning-storage-server ^0.5.0
normal
log ^0.4
normal
lru >=0.11.0, <0.13.0
normal
nix ^0.29
normal
serde_json ^1.0
normal
optional
tempfile ^3
normal
optional
tokio ^1.27
normal
optional
tonic ^0.12.0
normal
optional
triggered ^0.1
normal
txoo-bitcoind-client ^0.10.0
normal
url ^2.3
normal
optional
vls-common ^0.14.0-rc.2
normal
vls-core ^0.14.0-rc.2
normal
vls-frontend ^0.14.0-rc.2
normal
vls-persist ^0.14.0-rc.2
normal
vls-protocol ^0.14.0-rc.2
normal
vls-protocol-client ^0.14.0-rc.2
normal
vls-protocol-signer ^0.14.0-rc.2
normal
vls-util ^0.14.0-rc.2
normal
vlsd ^0.14.0-rc.2
normal
assert_cmd ^2.0.16
dev
predicates ^3.1.3
dev
tempfile ^3
dev
vls-core ^0.14.0-rc.2
dev
Versions
0.14.0-rc.2
(2025-09-25)
0.14.0-rc.1
(2025-05-14)
0.13.0
(2025-02-14)
0.13.0-rc.1
(2025-01-22)
0.12.0
(2024-08-09)
0.12.0-rc.3
(2024-08-04)
0.12.0-rc.2
(2024-06-26)
0.11.1
(2024-05-17)
0.11.0
(2024-02-29)
0.11.0-rc.3
(2024-02-28)
0.11.0-rc.2
(2024-02-19)
0.11.0-rc.1
(2023-11-29)
0.10.0
(2023-08-17)
0.10.0-rc.1
(2023-08-10)
0.9.1
(2023-06-21)
0.9.1-rc.2
(2023-06-19)
0.9.1-rc.1
(2023-06-16)
0.9.0
(2023-06-02)
0.9.0-rc.1
(2023-05-29)
0.2.0
(2023-03-14)
0.2.0-rc.2
(2023-03-09)
0.2.0-rc.1
(2023-03-05)
Owners
Proxy connection from node to VLS. In particular, a replacement for CLN's hsmd binary.