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

itm: derive serde for LocalTimestampOptions, impl gated TryFrom<u8> #366

Merged
merged 2 commits into from
Dec 31, 2021

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    bcb76ef View commit details
    Browse the repository at this point in the history
  2. feature gates: std-map -> std

    The alternative is to create another std-* gate for each std-related
    functionality. I do not think this will scale well, and makes the crate
    difficult to use.
    
    If the end-user wants to use host-side functionality they will only need
    to specify "std".
    tmplt committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    3b44533 View commit details
    Browse the repository at this point in the history