| Crates.io | framehop-object |
| lib.rs | framehop-object |
| version | 0.2.0 |
| created_at | 2024-06-05 19:25:41.210531+00 |
| updated_at | 2024-06-05 19:26:18.259017+00 |
| description | A framehop::ModuleSectionInfo implementation for the object crate |
| homepage | |
| repository | https://github.com/afranchuk/framehop-object/ |
| max_upload_size | |
| id | 1263086 |
| size | 9,916 |
framehop-objectThis crate provides an implementation of framehop::ModuleSectionInfo for the object crate, to
make using the two crates together easy. It attempts to support different combinations of framehop
and object versions for maximum flexibility. If you encounter a breaking version combination
please submit an issue!
| Crate Version | Framehop Version(s) | Object Version(s) |
|---|---|---|
| 0.1.0 | >= 0.9 | >=0.30,<0.35 |
| 0.2.0 | >= 0.9 | >=0.35 |
The crate exposes a ObjectSectionInfo wrapper. When created with a type implementing
object::read::Object, it will implement framehop::ModuleSectionInfo using that type.