docs: crate features
This commit is contained in:
parent
727c9f14f7
commit
e33bb22fde
2 changed files with 24 additions and 0 deletions
14
src/lib.rs
14
src/lib.rs
|
|
@ -215,6 +215,20 @@
|
|||
//! // }]
|
||||
//! // }
|
||||
//! ```
|
||||
//!
|
||||
//! # Features
|
||||
//!
|
||||
//! By now, orgize provides three features:
|
||||
//!
|
||||
//! + `serde`: adds the ability to serialize `Org` and other elements using `serde`, enabled by default.
|
||||
//!
|
||||
//! + `extra-serde-info`: includes the position information while serializing, disabled by default.
|
||||
//!
|
||||
//! + `chrono`: adds the ability to convert `Datetime` into `chrono` struct, disabled by default.
|
||||
//!
|
||||
//! # License
|
||||
//!
|
||||
//! MIT
|
||||
|
||||
pub mod elements;
|
||||
pub mod export;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue