tree: c6b9b470d43d3b42b697ccaa38f8ce13278bf250 [path history] [tgz]
  1. benches/
  2. src/
  3. .gitignore
  4. .travis.yml
  5. appveyor.yml
  6. Cargo.toml
  7. LICENSE-APACHE
  8. LICENSE-MIT
  9. README.md
  10. x86_64-unknown-linux-sgx.json
third_party/time/README.md

sgx_untrusted_time

Utilities for working with time-related functions in Rust SGX

Notes

This library is no longer actively maintained, but bugfixes will be added (details).

In case you're looking for something a little fresher and more actively maintained have a look at the chrono crate.

Attention

This library only supports UTC timezone.

Usage

Put this in your Cargo.toml:

[dependencies]
sgx_untrusted_time = "0.1"

And this in your crate root:

extern crate sgx_untrusted_time;