Loading crates/s3s/src/lib.rs +0 −5 Original line number Diff line number Diff line Loading @@ -33,8 +33,3 @@ pub use self::auth::*; pub use self::error::*; pub use self::http::{Body, Request, Response}; pub use self::s3_trait::S3; #[cfg(test)] mod tests { mod xml; } crates/s3s/src/xml/mod.rs +5 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,8 @@ mod ser; pub use self::ser::*; mod generated; #[cfg(test)] mod tests { mod de; } crates/s3s/src/tests/xml/d001.xml→crates/s3s/src/xml/tests/d001.xml +0 −0 File moved. View file crates/s3s/src/tests/xml/d002.xml→crates/s3s/src/xml/tests/d002.xml +0 −0 File moved. View file crates/s3s/src/tests/xml/d003.xml→crates/s3s/src/xml/tests/d003.xml +0 −0 File moved. View file Loading
crates/s3s/src/lib.rs +0 −5 Original line number Diff line number Diff line Loading @@ -33,8 +33,3 @@ pub use self::auth::*; pub use self::error::*; pub use self::http::{Body, Request, Response}; pub use self::s3_trait::S3; #[cfg(test)] mod tests { mod xml; }
crates/s3s/src/xml/mod.rs +5 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,8 @@ mod ser; pub use self::ser::*; mod generated; #[cfg(test)] mod tests { mod de; }