We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac8b27 commit 16ba495Copy full SHA for 16ba495
src/agent.rs
@@ -1,4 +1,4 @@
1
-//! Traits for implementing custom SSH agents
+//! Traits for implementing custom SSH agents.
2
3
use std::fmt;
4
use std::io;
src/codec.rs
-//! SSH agent protocol framing codec
+//! SSH agent protocol framing codec.
use std::marker::PhantomData;
use std::mem::size_of;
src/error.rs
-//! SSH agent errors
+//! SSH agent errors.
src/proto.rs
-//! SSH agent protocol structures
+//! SSH agent protocol structures.
pub mod error;
pub mod extension;
0 commit comments