Re-exports§
pub use adapter::chat::*;
pub use core::*;
pub use data::*;
pub use evaluate::*;
pub use optimizer::*;
pub use predictors::*;
pub use utils::*;
Modules§
Macros§
- example
- field
- hashmap
- Source: https://github.com/wholesome-ghoul/hashmap_macro/blob/master/src/lib.rs Author: https://github.com/wholesome-ghoul License: MIT Description: This macro creates a HashMap from a list of key-value pairs. Reason for Reuse: Want to avoid adding a dependency for a simple macro.
- prediction
- sign