Skip to content

Commit 6962272

Browse files
authored
Merge pull request #11 from agntcy/docs/a2a-rustdoc
docs: add crate rustdoc for agntcy-a2a
2 parents 4c83ee7 + 750ba86 commit 6962272

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

a2a/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Copyright AGNTCY Contributors (https://github.com/agntcy)
22
// SPDX-License-Identifier: Apache-2.0
3+
#![doc = include_str!("../README.md")]
4+
35
pub mod agent_card;
46
pub mod errors;
57
pub mod event;

0 commit comments

Comments
 (0)