File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
//! Parsec is the Platform AbstRaction for SECurity, a new open-source initiative to provide a
4
4
//! common API to secure services in a platform-agnostic way.
5
5
//!
6
- //! Parsec documentation is available at:
7
- //! https://parallaxsecond.github.io/parsec-book/index.html
6
+ //! Parsec documentation is available
7
+ //! [here]( https://parallaxsecond.github.io/parsec-book/index.html)
8
8
//!
9
9
//! Most of Parsec configuration comes from its configuration file.
10
- //! Please check the documentation to find more about configuration:
11
- //! https://parallaxsecond.github.io/parsec-book/user_guides/configuration.html
10
+ //! Please check the documentation to find more about configuration
11
+ //! [here]( https://parallaxsecond.github.io/parsec-book/user_guides/configuration.html)
12
12
#![ deny(
13
13
nonstandard_style,
14
14
const_err,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ pub enum ListenerType {
27
27
pub struct ListenerConfig {
28
28
/// Type of the Listener
29
29
pub listener_type : ListenerType ,
30
- /// Timeout of the Listener before the connection errors out
30
+ /// Timeout of the Listener before the connection errors out (in milliseconds)
31
31
pub timeout : u64 ,
32
32
}
33
33
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pub mod mbed_crypto_provider;
23
23
pub mod tpm_provider;
24
24
25
25
/// Provider configuration structure
26
- /// For providers configs in parsec config.toml we use a format similar
26
+ /// For providers configs in Parsec config.toml we use a format similar
27
27
/// to the one described in the Internally Tagged Enum representation
28
28
/// where "provider_type" is the tag field. For details see:
29
29
/// https://serde.rs/enum-representations.html
You can’t perform that action at this time.
0 commit comments