-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This unifies some stuff from names.rs and descriptor.rs into descriptors.rs. This is a breaking change, as the exposed type structure has changed slightly. FieldType has been replaced by FieldDescriptor, which is structured slightly differently but contains the same information. MethodDescriptor's result is now called return_type. Additionally, the Display trait is no longer implemented by these types - however I'm open to adding that back if there is demand for it.
- Loading branch information
Showing
7 changed files
with
628 additions
and
661 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.