Add more docs (im just testing jj lol)
This commit is contained in:
parent
df1d7e54ca
commit
d6ad520ea5
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,11 @@
|
||||||
//! [RFC6926] in rust.
|
//! [RFC6926] in rust.
|
||||||
//!
|
//!
|
||||||
//! Parsing logic for CT structures is defined in the [`parsing`] module. This
|
//! Parsing logic for CT structures is defined in the [`parsing`] module. This
|
||||||
//! primarily uses the [`nom`] crate for parsing
|
//! primarily uses the [`nom`] crate for parsing, doing zero-allocation parsing
|
||||||
|
//! followed by parsing it into a struct.
|
||||||
|
//!
|
||||||
|
//! The [`merkle`] module contains the rest of the merkle tree logic, such as
|
||||||
|
//! the specific data types and hashing logic
|
||||||
//!
|
//!
|
||||||
//! [RFC6926]: https://datatracker.ietf.org/doc/html/rfc6962
|
//! [RFC6926]: https://datatracker.ietf.org/doc/html/rfc6962
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue