{"id":18555328,"url":"https://github.com/c3d/memory-model","last_synced_at":"2025-05-15T13:09:37.203Z","repository":{"id":146252733,"uuid":"169721241","full_name":"c3d/memory-model","owner":"c3d","description":"A Rust library to manage and access virtual machine address space","archived":false,"fork":false,"pushed_at":"2019-02-08T10:56:36.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T11:25:26.287Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/c3d.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-08T10:54:06.000Z","updated_at":"2019-02-11T13:12:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"70ec64f0-13d1-4680-9933-741183c6ad92","html_url":"https://github.com/c3d/memory-model","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c3d%2Fmemory-model","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c3d%2Fmemory-model/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c3d%2Fmemory-model/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c3d%2Fmemory-model/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c3d","download_url":"https://codeload.github.com/c3d/memory-model/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254346626,"owners_count":22055809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T21:26:05.959Z","updated_at":"2025-05-15T13:09:37.185Z","avatar_url":"https://github.com/c3d.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# memory-model\nA library to manage and access virtual machine address space.\n\nThe library provides following data structures to manage and access virtual machine address space:\n- AddressSpace: abstraction of the virtual machine address space\n- GuestMemory: interfaces to access content in virtual machine address space\n- GuestAddress: an address in the virtual machine address space\n- MemoryMapping: mechanism to map partial or full virtual machine address space into current process\n- VolatileMemory: interfaces to volatile access to memory\n\nThe library is derived from two upstream projects:\n- [crosvm project](https://chromium.googlesource.com/chromiumos/platform/crosvm/) commit 186eb8b0db644892e8ffba8344efe3492bb2b823\n- [firecracker project](https://firecracker-microvm.github.io/) commit 80128ea61b305a27df1f751d70415b04b503eae7\n\n# Usage\nFirst, add the following to your `Cargo.toml`:\n```toml\nmemory-model = \"0.1\"\n```\nNext, add this to your crate root:\n```rust\nextern crate memory-model;\n```\n\n# TODO List\n- import endian.rs from crosvm project\n- rebase address\\_space.rs\n- better documentation and test cases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc3d%2Fmemory-model","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc3d%2Fmemory-model","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc3d%2Fmemory-model/lists"}