lib_vtop 1.0.0

A minimal libre package for VTOP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// parse attendance
pub mod parseattn;
// parse marks
pub mod parsemarks;
// parse schedule
pub mod parsesched;
// parse time table
pub mod parsett;
// parse biometric data
pub mod parsebiometric;
pub mod faculty;

pub mod hostel;
pub mod parseprofile;
pub mod parsegradehistory;
pub mod parsependingpayments;
pub mod parsepaymentreceipts;