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

no_std support #7

Merged
merged 10 commits into from
Mar 11, 2023
Merged

no_std support #7

merged 10 commits into from
Mar 11, 2023

Commits on Mar 3, 2023

  1. Use alloc/core instead of std

    Also implement our own bare-bones version of Ipv{4,6}Addr
    jelacious committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    11f929e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cd92d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ce9cf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95540da View commit details
    Browse the repository at this point in the history
  5. Use std in doc tests

    jelacious committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    5c89477 View commit details
    Browse the repository at this point in the history
  6. Remove homegrown structs

    This commit prepares for the eventual release of `core::net` in 1.69
    jelacious committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    8f5a28c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    f8de953 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    d4537bd View commit details
    Browse the repository at this point in the history
  2. Fix no_std support

    jelacious committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    3386b4e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Clean up

    yescallop committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    86e15b6 View commit details
    Browse the repository at this point in the history