devhub-shared 0.1.0

A brief description of what the crate does
Documentation
  • Coverage
  • 0%
    0 out of 156 items documented0 out of 51 items with examples
  • Size
  • Source code size: 33.74 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 7.05 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Tguntenaar

Example

use devhub_shared::proposal::timeline::{
    TimelineStatus, TimelineStatusV1, VersionedTimelineStatus,
};

use devhub_shared::rfp::timeline::TimelineStatus as RFPTimelineStatus;

use devhub_shared::proposal::{
    Proposal, ProposalBodyV2, ProposalId, ProposalSnapshot, VersionedProposalBody,
};

License

This project is licensed under the MIT License - see the LICENSE file for details.