mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-11-19 10:26:10 +00:00
uncomment README.md documentation line and add core module declaration
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
// #![doc = include_str!("../README.md")]
|
// #![doc = include_str!("../README.md")]
|
||||||
|
// uncomment the above line to include the README.md file in the documentation
|
||||||
|
|
||||||
//! # msyrs
|
//! # msyrs
|
||||||
//!
|
//!
|
||||||
@@ -18,6 +19,9 @@
|
|||||||
/// Documentation and type-stubs for the `msyrs` Python API.
|
/// Documentation and type-stubs for the `msyrs` Python API.
|
||||||
pub mod _py;
|
pub mod _py;
|
||||||
|
|
||||||
|
/// Implementation for the `core` module.
|
||||||
|
pub mod core;
|
||||||
|
|
||||||
/// Implementation for the `download` module.
|
/// Implementation for the `download` module.
|
||||||
pub mod download;
|
pub mod download;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user