docs.rs failed to build fakehub-server-0.0.8
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Fakehub Server
Server is a fully runnable instance of fakehub, served through HTTP. Server consists of three main layers:
- Web layer backed by Axum.
- Object layer, where we operate on mock versions of GitHub objects, generated by github-mirror.
- Storage layer, where we store and query objects as in memory data structures, like arrays, and hashmaps.
To test it, run this (make sure you are in /server directory):