Docs.rs
clockwork-pool-program-1.1.4
clockwork-pool-program 1.1.4
Permalink
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
nickgarfield
Dependencies
anchor-lang ^0.25.0
normal
Versions
34.62%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
clockwork_pool_program/objects/
mod.rs
1
mod
config;
2
mod
pool;
3
4
pub use
config::
*
;
5
pub use
pool::
*
;