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

feat(http): add http crate integration #90

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on May 13, 2024

  1. feat(io): implement Read and Write for streams

    Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
    rvolosatovs committed May 13, 2024
    Configuration menu
    Copy the full SHA
    afa66af View commit details
    Browse the repository at this point in the history
  2. feat(rand): add rand crate integration

    Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
    rvolosatovs committed May 13, 2024
    Configuration menu
    Copy the full SHA
    afe9cb6 View commit details
    Browse the repository at this point in the history
  3. chore: split examples into std and no_std

    Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
    rvolosatovs committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5595cb2 View commit details
    Browse the repository at this point in the history
  4. ci: build all std and no_std examples

    Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
    rvolosatovs committed May 13, 2024
    Configuration menu
    Copy the full SHA
    457e7c1 View commit details
    Browse the repository at this point in the history
  5. refactor(rand): use writeln to write to stdout

    Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
    rvolosatovs committed May 13, 2024
    Configuration menu
    Copy the full SHA
    606318f View commit details
    Browse the repository at this point in the history
  6. feat(http): add http crate integration

    Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
    rvolosatovs committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a1963fa View commit details
    Browse the repository at this point in the history