Generate Types and StructuredData API shims
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,17 @@
|
||||
//! Structured-data types corresponding to `LibreMetaverse.StructuredData`.
|
||||
|
||||
extern crate self as libremetaverse_structured_data;
|
||||
|
||||
mod generated;
|
||||
|
||||
pub mod xml {
|
||||
/// Native XML reader boundary; external XML APIs are not copied.
|
||||
pub struct Reader;
|
||||
|
||||
/// Native XML writer boundary; external XML APIs are not copied.
|
||||
pub struct Writer;
|
||||
}
|
||||
|
||||
pub use generated::*;
|
||||
pub use libremetaverse_types as types;
|
||||
pub use libremetaverse_types::NotImplemented as Error;
|
||||
|
||||
Reference in New Issue
Block a user