Expand description
§DF Storyteller - Core objects Documentation
In this crate are all the object that are used to convert from and to when the application is running. These are also the objects that are returned from the API.
Most of the documentation from the API comes from this crate.
Re-exports§
pub use git_issue::GitIssue;
pub use deserialize_best_effort::*;
pub use df_st_info::*;
pub use df_world::*;
pub use fillable::*;
pub use has_unknown::*;
pub use positions::*;
pub use schema_example::*;
pub use site_map_images::*;
pub use world_map_images::*;
Modules§
- bufreader
- Buffering wrappers for I/O traits This is copied from https://doc.rust-lang.org/src/std/io/buffered.rs.html It is modified to allow progress indicators like progress bars.
- config
- Everything related to reading, writing and parsing of the
df_storyteller-config.json
file. - create_
new - deserialize_
best_ effort - An copy of https://github.com/ralpha/serde_deserializer_best_effort
- df_
st_ info - Objects for basic information for the API about DF Storyteller.
- df_
world - All core objects that are part of the Dwarf Fortress world
- fillable
- git_
issue - has_
unknown - item_
count - positions
- schema_
example - site_
map_ images - world_
map_ images