Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support stream based parse interface #34

Open
marcmo opened this issue Feb 3, 2025 · 0 comments
Open

support stream based parse interface #34

marcmo opened this issue Feb 3, 2025 · 0 comments
Assignees

Comments

@marcmo
Copy link
Member

marcmo commented Feb 3, 2025

similar to

/// Read a single, complete DLT message from `stream`, and parse it.
pub async fn read_dlt_message<S>(
    stream: &mut S,
) -> Result<dlt_core::parse::ParsedMessage, anyhow::Error>
where
    S: AsyncRead + Unpin,
kruss added a commit to kruss/dlt-core that referenced this issue Feb 13, 2025
kruss added a commit to kruss/dlt-core that referenced this issue Feb 25, 2025
kruss added a commit to kruss/dlt-core that referenced this issue Feb 25, 2025
kruss added a commit to kruss/dlt-core that referenced this issue Feb 25, 2025
kruss added a commit to kruss/dlt-core that referenced this issue Feb 25, 2025
kruss added a commit to kruss/dlt-core that referenced this issue Feb 25, 2025
This change will support:
- Generic statistics (esrlabs#31)
- Reading messages from streams (esrlabs#34)

Also provides a cleanup of the crate's feature names.
kruss added a commit to kruss/dlt-core that referenced this issue Feb 25, 2025
This change will support:
- Generic statistics (esrlabs#31)
- Reading messages from streams (esrlabs#34)

Also provides a cleanup of the crate's feature names.
kruss added a commit to kruss/dlt-core that referenced this issue Feb 25, 2025
This change will support:
- Generic statistics (esrlabs#31)
- Reading messages from streams (esrlabs#34)

Also provides a cleanup of the crate's feature names.
kruss added a commit to kruss/dlt-core that referenced this issue Feb 25, 2025
This change will support:
- Generic statistics (esrlabs#31)
- Reading messages from streams (esrlabs#34)

Additionally it provides a cleanup of the crate's feature names
and removes the dependecy to the legacy buf_redux create.
kruss added a commit to kruss/dlt-core that referenced this issue Feb 25, 2025
This change will support:
- Generic statistics (esrlabs#31)
- Reading messages from streams (esrlabs#34)

Additionally it provides a cleanup of the crate's feature names
and removes the dependecy to the legacy buf_redux create.
kruss added a commit to kruss/dlt-core that referenced this issue Feb 25, 2025
This change will support:
- Generic statistics (esrlabs#31)
- Reading messages from streams (esrlabs#34)

Additionally it provides a cleanup of the crate's feature names
and removes the dependecy to the legacy buf_redux create.
kruss added a commit to kruss/dlt-core that referenced this issue Feb 25, 2025
This change will support:
- Generic statistics (esrlabs#31)
- Reading messages from streams (esrlabs#34)

Additionally it provides a cleanup of the crate's feature names
and removes the dependecy to the legacy buf_redux create.
kruss added a commit to kruss/dlt-core that referenced this issue Feb 26, 2025
This change will support:
- Generic statistics (esrlabs#31)
- Reading messages from streams (esrlabs#34)

Additionally it provides a cleanup of the crate's feature names
and removes the dependecy to the legacy buf_redux create.
kruss added a commit to kruss/dlt-core that referenced this issue Feb 26, 2025
This change will support:
- Generic statistics (esrlabs#31)
- Reading messages from streams (esrlabs#34)

Additionally it provides a cleanup of the crate's feature names
and removes the dependecy to the legacy buf_redux create.
kruss added a commit to kruss/dlt-core that referenced this issue Feb 26, 2025
This change will support:
- Generic statistics (esrlabs#31)
- Reading messages from streams (esrlabs#34)

Additionally it provides a cleanup of the crate's feature names
and removes the dependecy to the legacy buf_redux create.
kruss added a commit to kruss/dlt-core that referenced this issue Feb 26, 2025
This change will support:
- Generic statistics (esrlabs#31)
- Reading messages from streams (esrlabs#34)

Additionally it provides a cleanup of the crate's feature names
and removes the dependecy to the legacy buf_redux create.
kruss added a commit to kruss/dlt-core that referenced this issue Feb 26, 2025
This change will support:
- Generic statistics (esrlabs#31)
- Reading messages from streams (esrlabs#34)

Additionally it provides a cleanup of the crate's feature names
and removes the dependecy to the legacy buf_redux create.
kruss added a commit to kruss/dlt-core that referenced this issue Feb 26, 2025
This change will also support:
- Generic statistics (esrlabs#31)
- Reading messages from streams (esrlabs#34)

Additionally it provides a cleanup of the crate's feature names
and removes the dependecy to the legacy buf_redux create.
kruss added a commit to kruss/dlt-core that referenced this issue Feb 26, 2025
This change will also support:
- Generic statistics (esrlabs#31)
- Reading messages from streams (esrlabs#34)

Additionally it provides a cleanup of the crate's feature names
and removes the dependecy to the legacy buf_redux create.
kruss added a commit to kruss/dlt-core that referenced this issue Feb 26, 2025
This change includes:
- new API to read DLT messages from a source
- new API to read DLT messages from a stream (esrlabs#34)
- new API to collect generic DLT statistics  (esrlabs#31)
- removing of any dependecy to the buf_redux crate
- consolidation of the crate's feature names
- increase of the crate's version to 0.20.0
kruss added a commit to kruss/dlt-core that referenced this issue Feb 26, 2025
This change includes:
- new API to read DLT messages from a source
- new API to read DLT messages from a stream (esrlabs#34)
- new API to collect generic DLT statistics  (esrlabs#31)
- removing of any dependency to the buf_redux crate
- consolidation of the crate's feature names
- increase of the crate's version to 0.20.0
kruss added a commit to kruss/dlt-core that referenced this issue Feb 27, 2025
This change includes:
- new API to read DLT messages from a source
- new API to read DLT messages from a stream (esrlabs#34)
- new API to collect generic DLT statistics  (esrlabs#31)
- removing of any dependency to the buf_redux crate
- consolidation of the crate's feature names
- increase of the crate's version to 0.20.0
kruss added a commit to kruss/dlt-core that referenced this issue Mar 5, 2025
This change includes:
- new API to read DLT messages from a source
- new API to read DLT messages from a stream (esrlabs#34)
- new API to collect generic DLT statistics  (esrlabs#31)
- removing of any dependency to the buf_redux crate
- consolidation of the crate's feature names
- increase of the crate's version to 0.20.0
kruss added a commit to kruss/dlt-core that referenced this issue Mar 5, 2025
This change includes:
- new API to read DLT messages from a source
- new API to read DLT messages from a stream (esrlabs#34)
- new API to collect generic DLT statistics  (esrlabs#31)
- removing of any dependency to the buf_redux crate
- consolidation of the crate's feature names
- increase of the crate's version to 0.20.0
kruss added a commit to kruss/dlt-core that referenced this issue Mar 5, 2025
This change includes:
- new API to read DLT messages from a source
- new API to read DLT messages from a stream (esrlabs#34)
- new API to collect generic DLT statistics  (esrlabs#31)
- removing of any dependency to the buf_redux crate
- consolidation of the crate's feature names
- increase of the crate's version to 0.20.0
kruss added a commit to kruss/dlt-core that referenced this issue Mar 6, 2025
This change includes:
- new API to read DLT messages from a source
- new API to read DLT messages from a stream (esrlabs#34)
- new API to collect generic DLT statistics  (esrlabs#31)
- removing of any dependency to the buf_redux crate
- consolidation of the crate's feature names
- increase of the crate's version to 0.20.0
kruss added a commit to kruss/dlt-core that referenced this issue Mar 6, 2025
This change includes:
- new API to read DLT messages from a source
- new API to read DLT messages from a stream (esrlabs#34)
- new API to collect generic DLT statistics  (esrlabs#31)
- removing of any dependency to the buf_redux crate
- consolidation of the crate's feature names
- increase of the crate's version to 0.20.0
kruss added a commit to kruss/dlt-core that referenced this issue Mar 10, 2025
This change includes:
- new API to read DLT messages from a source
- new API to read DLT messages from a stream (esrlabs#34)
- new API to collect generic DLT statistics  (esrlabs#31)
- removing of any dependency to the buf_redux crate
- consolidation of the crate's feature names
- increase of the crate's version to 0.20.0
kruss added a commit to kruss/dlt-core that referenced this issue Mar 10, 2025
This change includes:
- new API to read DLT messages from a source
- new API to read DLT messages from a stream (esrlabs#34)
- new API to collect generic DLT statistics  (esrlabs#31)
- removing of any dependency to the buf_redux crate
- consolidation of the crate's feature names
- increase of the crate's version to 0.20.0
kruss added a commit to kruss/dlt-core that referenced this issue Mar 10, 2025
This change includes:
- new API to read DLT messages from a source
- new API to read DLT messages from a stream (esrlabs#34)
- new API to collect generic DLT statistics  (esrlabs#31)
- removing of any dependency to the buf_redux crate
- consolidation of the crate's feature names
- increase of the crate's version to 0.20.0
kruss added a commit to kruss/dlt-core that referenced this issue Mar 10, 2025
This change includes:
- new API to read DLT messages from a source
- new API to read DLT messages from a stream (esrlabs#34)
- new API to collect generic DLT statistics  (esrlabs#31)
- removing of any dependency to the buf_redux crate
- consolidation of the crate's feature names
- increase of the crate's version to 0.20.0
kruss added a commit to kruss/dlt-core that referenced this issue Mar 10, 2025
This change includes:
- new API to read DLT messages from a source
- new API to read DLT messages from a stream (esrlabs#34)
- new API to collect generic DLT statistics  (esrlabs#31)
- removing of any dependency to the buf_redux crate
- consolidation of the crate's feature names
- increase of the crate's version to 0.20.0
kruss added a commit to kruss/dlt-core that referenced this issue Mar 10, 2025
This change includes:
- new API to read DLT messages from a source
- new API to read DLT messages from a stream (esrlabs#34)
- new API to collect generic DLT statistics  (esrlabs#31)
- removing of any dependency to the buf_redux crate
- consolidation of the crate's feature names
- increase of the crate's version to 0.20.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants