This patch exposes the nodemap APIs in a CPython importable library.
Details
Details
- Reviewers
durham - Group Reviewers
Restricted Project - Commits
- rFBHGXb62a54a44024: nodemap: implement Python interface
Diff Detail
Diff Detail
- Repository
- rFBHGX Facebook Mercurial Extensions
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
rust/indexes/src/pyext.rs | ||
---|---|---|
12 | We can't use ? here instead of try? | |
19 | This isn't the actual changelog python object right? This is a byte array of the .i data? Maybe we should rename it to make that clear, since we might introduce an actual changelog concept in the future. | |
40 | Is the unsafe just needed to convert the u32 to a u8 quickly? |
We can't use ? here instead of try?