pub use *;
// Re-export #[derive(AnimationTransitionMacro)].
//
// The reason re-exporting is not enabled by default is that disabling it would
// be annoying for crates that provide handwritten impls or data formats. They
// would need to disable default features and then explicitly re-enable std.
extern crate animatron_derive;
pub use *;