Skip to content

Commit

Permalink
Create skeleton for streaming API.
Browse files Browse the repository at this point in the history
  • Loading branch information
kerristrasz committed Aug 26, 2024
1 parent a2567c5 commit 4c12260
Show file tree
Hide file tree
Showing 8 changed files with 837 additions and 488 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"rewrap.wrappingColumn": 100
}
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
mod de;
pub mod error;
pub mod ser;
pub mod stream;

pub use error::{Error, Result};
pub use ser::{
Expand Down
Loading

0 comments on commit 4c12260

Please sign in to comment.