cy-celcat 0.1.0

Safe wrapper around CY Cergy Paris Univertity’s Celcat API
Documentation
1
2
3
4
5
6
7
8
9
10
#![doc = include_str!("../README.md")]

pub mod entities;
#[cfg(feature = "fetch")]
pub mod fetch;
pub mod fetchable;

pub use entities::*;
#[cfg(feature = "fetch")]
pub use fetch::Celcat;