1 unstable release

0.1.0 Oct 1, 2024

#18 in #timeline

Download history 176/week @ 2024-10-01 13/week @ 2024-10-08 6/week @ 2024-10-15

195 downloads per month

MIT license

23KB
613 lines

Devhub Shared

Proposal and Rfp structs for both neardevhub-contract and neardevhub-cache-api

Newsletter | Pre-requisites | Writing Rust Contract | Building Rust Contract | Blog | About

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.

Dependencies

~4–5MB
~101K SLoC