2 unstable releases
new 0.2.0 | Mar 13, 2025 |
---|---|
0.1.0 | Mar 7, 2025 |
#8 in #fedora
112 downloads per month
Used in sigul-pesign-bridge
87KB
1.5K
SLoC
Siguldry
A library for interacting with a Sigul server.
siguldry-client
In addition to the client library, a command-line application that provides a subset of commands supported
by Sigul is also available. To build the CLI, enable the siguldry-client
Cargo feature.
lib.rs
:
Siguldry
This crate provides a client for the Sigul service. In particular, it works with version 1.2.
It is still under active development and may, in the future, provide the primatives required to build a Sigul bridge and Sigul server.
Crate features
By default, only the library is provided. However, command-line interfaces are available behind feature flags.
- client-cli - Build the Siguldry client CLI. This implements a sub-set of commands supported by the Sigul server.
Dependencies
~5–16MB
~190K SLoC