1 unstable release

0.1.0 Oct 1, 2024

#18 in #timeline

Download history 152/week @ 2024-09-27 29/week @ 2024-10-04 11/week @ 2024-10-11 3/week @ 2024-10-18 54/week @ 2024-11-01

69 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
~100K SLoC