https://github.com/mobilecoinfoundation/sgx-std
Rust libstd functionality for SGX enclaves
https://github.com/mobilecoinfoundation/sgx-std
hardware-support no-std
Last synced: about 1 year ago
JSON representation
Rust libstd functionality for SGX enclaves
- Host: GitHub
- URL: https://github.com/mobilecoinfoundation/sgx-std
- Owner: mobilecoinfoundation
- License: apache-2.0
- Created: 2022-11-17T19:01:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T03:05:09.000Z (over 2 years ago)
- Last Synced: 2025-04-14T03:18:20.469Z (about 1 year ago)
- Topics: hardware-support, no-std
- Language: Rust
- Homepage: https://mobilecoin.foundation/
- Size: 180 KB
- Stars: 1
- Watchers: 4
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# MobileCoin: Rust libstd functionality for SGX enclaves
[![Project Chat][chat-image]][chat-link]![License][license-image][![Dependency Status][deps-image]][deps-link][![CodeCov Status][codecov-image]][codecov-link][![GitHub Workflow Status][gha-image]][gha-link][![Contributor Covenant][conduct-image]][conduct-link]
This repository contains MobileCoin's implementations of functionality that exists in Rust's `libstd`. It is not organized as a single crate, but rather as a collection of crates that provide some required/obvious functionality, in particular the requisite language items
| Crate | Purpose |
|--------------------------|---------------------------------------------------|
[chat-image]: https://img.shields.io/discord/844353360348971068?style=flat-square
[chat-link]: https://discord.gg/mobilecoin
[license-image]: https://img.shields.io/crates/l/mc-sgx-alloc?style=flat-square
[deps-image]: https://deps.rs/repo/github/mobilecoinfoundation/sgx-std/status.svg?style=flat-square
[deps-link]: https://deps.rs/repo/github/mobilecoinfoundation/sgx-std
[codecov-image]: https://img.shields.io/codecov/c/github/mobilecoinfoundation/sgx-std/main?style=flat-square
[codecov-link]: https://codecov.io/gh/mobilecoinfoundation/sgx-std
[gha-image]: https://img.shields.io/github/actions/workflow/status/mobilecoinfoundation/sgx-std/ci.yaml?branch=main&style=flat-square
[gha-link]: https://github.com/mobilecoinfoundation/sgx-std/actions/workflows/ci.yaml?query=branch%3Amain
[conduct-link]: CODE_OF_CONDUCT.md
[conduct-image]: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=flat-square