docs: explicitly specify plaintext format
This commit is contained in:
parent
42a43f175e
commit
719083bad2
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ pub struct KnownHostsFile {
|
||||||
impl KnownHostsFile {
|
impl KnownHostsFile {
|
||||||
/// Read or create a known_hosts file at the given path.
|
/// Read or create a known_hosts file at the given path.
|
||||||
/// Format of known_hosts is: _(fields are separated by any space sequence)_
|
/// Format of known_hosts is: _(fields are separated by any space sequence)_
|
||||||
/// ```
|
/// ```text
|
||||||
/// #host expires algo base64 fingerprint
|
/// # host expires algo base64 fingerprint
|
||||||
/// dc09.ru 1722930541 sha512 dGVzdHRlc3R0ZXN0Cg
|
/// dc09.ru 1722930541 sha512 dGVzdHRlc3R0ZXN0Cg
|
||||||
/// ```
|
/// ```
|
||||||
pub async fn parse_file(path: impl AsRef<Path>) -> std::io::Result<KnownHostsFile> {
|
pub async fn parse_file(path: impl AsRef<Path>) -> std::io::Result<KnownHostsFile> {
|
||||||
|
|
Loading…
Add table
Reference in a new issue